Hi, There's a new warning in -git if: CONFIG_USB_DWC2_PERIPHERAL || CONFIG_USB_DWC2_DUAL_ROLE isn't set in the .config: drivers/usb/dwc2/platform.c: In function ‘dwc2_driver_probe’: drivers/usb/dwc2/platform.c:611:1: warning: label ‘error_debugfs’ defined but not used [-Wunused-label] 611 | error_debugfs: | ^~~~~~~~~~~~~ which was caused by this commit: commit e1c08cf23172ed6fb228d75efc9f4c80a6812116 Author: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> Date: Sat Jul 4 00:50:43 2020 +0200 usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails -- Jens Axboe