diff options
author | 2019-07-04 16:03:41 +0100 | |
---|---|---|
committer | 2019-07-25 11:10:55 +0200 | |
commit | ed7fe551575cd6dbbe31282a0869682aeea2627c (patch) | |
tree | 832d41797dc15e337263e7f019be5b25ea285e91 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | usb: host: xhci-hub: fix extra endianness conversion (diff) | |
download | wireguard-linux-ed7fe551575cd6dbbe31282a0869682aeea2627c.tar.xz wireguard-linux-ed7fe551575cd6dbbe31282a0869682aeea2627c.zip |
usb: chipidea: udc: remove redundant assignment to variable retval
The variable retval is being initialized with a value that is never
read and it is being updated later with a new value. The
initialization is redundant and can be removed. Also remove a blank
line.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190704150341.759-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions