diff options
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | 2017-02-08 07:18:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-08 07:43:47 +0100 |
commit | 3d95521c12d84d917d2f7ec3e002d4b0e0ef3c28 (patch) | |
tree | 1b589f39b1ddcde909065e80728928a0d98170e5 /drivers/usb/misc | |
parent | Merge 4.10-rc7 into usb-next (diff) | |
download | linux-3d95521c12d84d917d2f7ec3e002d4b0e0ef3c28.tar.xz linux-3d95521c12d84d917d2f7ec3e002d4b0e0ef3c28.zip |
drivers: usb: early: remove unused code
Remove this line of code because devnum is overwritten before it can be used.
This could happen if line of code 609 (goto try_again;) is executed. Otherwise,
devnum is never used again.
Addresses-Coverity-ID: 1226870
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc')
0 files changed, 0 insertions, 0 deletions