Skip to content

Commit ad2d701

Browse files
YueHaibinggregkh
authored andcommitted
usb: gadget: fsl: remove unused variable 'driver_desc'
drivers/usb/gadget/udc/fsl_udc_core.c:56:19: warning: 'driver_desc' defined but not used [-Wunused-const-variable=] It is never used, so remove it. Reported-by: Hulk Robot <[email protected]> Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Peter Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f63ec55 commit ad2d701

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/gadget/udc/fsl_udc_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#define DMA_ADDR_INVALID (~(dma_addr_t)0)
5454

5555
static const char driver_name[] = "fsl-usb2-udc";
56-
static const char driver_desc[] = DRIVER_DESC;
5756

5857
static struct usb_dr_device __iomem *dr_regs;
5958

0 commit comments

Comments
 (0)