diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-07-06 16:33:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-09 18:19:59 +0300 |
commit | a6a6d06f33af1414f0ce506b00d89d44d701fc36 (patch) | |
tree | 4fb57f5362cd729692b5f148ffc6f78b0a8bfa8c /drivers/usb/host/xhci-plat.c | |
parent | d45f72bc3b19c0d3b6d0c8c534d210abc3268526 (diff) | |
download | linux-a6a6d06f33af1414f0ce506b00d89d44d701fc36.tar.xz |
usb: host: fhci-sched: Remove unused variable 'td'
'td' has been completely unused since the driver's inception in 2009.
Fixes the following W=1 kernel build warning(s):
drivers/usb/host/fhci-sched.c: In function ‘fhci_queue_urb’:
drivers/usb/host/fhci-sched.c:704:13: warning: variable ‘td’ set but not used [-Wunused-but-set-variable]
704 | struct td *td;
| ^~
Cc: Shlomi Gridish <gridish@freescale.com>
Cc: Jerry Huang <Chang-Ming.Huang@freescale.com>
Cc: Peter Barada <peterb@logicpd.com>
Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200706133341.476881-32-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-plat.c')
0 files changed, 0 insertions, 0 deletions