mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
usb: gadget: fsl_udc: fix warning
Change-Id: I2123ac05aafe3f89db3c17dbcb16b44ca6222ce2 Signed-off-by: Benoit Goby <benoit@android.com>
This commit is contained in:
parent
3e2e63c72b
commit
e6483a8c8e
|
|
@ -1820,9 +1820,6 @@ static irqreturn_t fsl_udc_irq(int irq, void *_udc)
|
|||
u32 irq_src;
|
||||
irqreturn_t status = IRQ_NONE;
|
||||
unsigned long flags;
|
||||
#if defined(CONFIG_ARCH_TEGRA)
|
||||
u32 temp;
|
||||
#endif
|
||||
|
||||
spin_lock_irqsave(&udc->lock, flags);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user