diff options
author | Martin Blumenstingl <[email protected]> | 2020-10-17 18:50:12 +0200 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2020-10-27 11:33:53 +0200 |
commit | 190bb01b72d2d5c3654a03c42fb1ad0dc6114c79 (patch) | |
tree | ff64aefad116ea31621f7a94aefebbe372a77c21 /scripts/gdb/linux/lists.py | |
parent | fa27e2f6c5e674f3f1225f9ca7a7821faaf393bb (diff) |
usb: dwc2: Avoid leaving the error_debugfs label unused
The error_debugfs label is only used when either
CONFIG_USB_DWC2_PERIPHERAL or CONFIG_USB_DWC2_DUAL_ROLE is enabled. Add
the same #if to the error_debugfs label itself as the code which uses
this label already has.
This avoids the following compiler warning:
warning: label ‘error_debugfs’ defined but not used [-Wunused-label]
Fixes: e1c08cf23172ed ("usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails")
Acked-by: Minas Harutyunyan <[email protected]>
Reported-by: kernel test robot <[email protected]>
Reported-by: Jens Axboe <[email protected]>
Signed-off-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions