diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-08-01 00:39:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-08-01 18:08:53 +0200 |
commit | 82e17a09c412ad981dd29c0243b73b363835899e (patch) | |
tree | ec8e0421880dfbc977f0a3ffffe4e0866ed43681 /drivers/usb/dwc3 | |
parent | usb: Remove dev_err() usage after platform_get_irq() (diff) | |
download | linux-82e17a09c412ad981dd29c0243b73b363835899e.tar.xz linux-82e17a09c412ad981dd29c0243b73b363835899e.zip |
usb: musb: remove redundant assignment to variable ret
Variable ret is being initialized with a value that is never read
and ret is being re-assigned a little later on. The assignment is
redundant and hence can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190731223917.16532-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3')
0 files changed, 0 insertions, 0 deletions