diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-05-31 15:53:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-03 15:21:56 +0200 |
commit | 6dade7ad8876a1dee84b3e321e6bf44dd2156217 (patch) | |
tree | 1a166c0f18faa4cfa8b66d35783414eef8b5af6b /drivers/hwmon | |
parent | usb: host: ohci-st: Remove set but not used variable 'ohci' (diff) | |
download | linux-6dade7ad8876a1dee84b3e321e6bf44dd2156217.tar.xz linux-6dade7ad8876a1dee84b3e321e6bf44dd2156217.zip |
usb: cdc-wdm: remove redundant assignment to rv
The variable rv is assigned with a value that is never read and
it is re-assigned a new value on the next statement. The
assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions