On Fri, Jul 31, 2020 at 09:41:22AM +0200, Krzysztof Kozlowski wrote: > Remove unused 'udc' variable to fix compile warnings: > > drivers/usb/gadget/udc/s3c2410_udc.c: In function 's3c2410_udc_dequeue': > drivers/usb/gadget/udc/s3c2410_udc.c:1268:22: warning: variable 'udc' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > --- > drivers/usb/gadget/udc/s3c2410_udc.c | 3 --- Applied along with other mach-s3c (and related usb) cleanups to samsung-soc. Best regards, Krzysztof