summaryrefslogtreecommitdiff
path: root/tools/usb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-01-26 15:07:12 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-09 09:16:19 -0800
commit65f4b15cf4db1d6bc7fbe5a49e48f6969af8cd2d (patch)
treeea03f7be46559eee6293d7846802ea03b9397f42 /tools/usb
parent351a8d4837ae0d61744e64262c3a80ab92ff3e42 (diff)
USB: wusbcore: remove redundant re-assignment to pointer 'dev'
Pointer dev is initialized and then re-assigned with the same value a little later, hence the second assignment is redundant and can be removed. Cleans up clang warning: drivers/usb/wusbcore/wa-nep.c:88:17: warning: Value stored to 'dev' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
0 files changed, 0 insertions, 0 deletions