diff options
author | YueHaibing <[email protected]> | 2019-09-03 20:04:45 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-09-03 15:46:46 +0200 |
commit | f271b966bff19363b621204c035dce028c534cdd (patch) | |
tree | 83136493e56b74ac4a90f57cfbb1c09238e4f3f6 /scripts/gdb/linux/modules.py | |
parent | b3d72616b428e28200615dcc7fc5fde04f777d07 (diff) |
usb: cdns3: remove set but not used variable 'priv_dev'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/usb/cdns3/gadget.c: In function '__cdns3_gadget_init':
drivers/usb/cdns3/gadget.c:2665:23: warning:
variable 'priv_dev' set but not used [-Wunused-but-set-variable]
drivers/usb/cdns3/gadget.c: In function cdns3_start_all_request:
drivers/usb/cdns3/gadget.c:357:24: warning:
variable priv_req set but not used [-Wunused-but-set-variable]
They are never used, so can be removed.
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: YueHaibing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions