mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 08:28:13 +00:00
usb: gadget: net2280: silence sparse warning
Silence the following warning: drivers/usb/gadget/udc/net2280.c:3176:33: warning: context imbalance in 'handle_stat1_irqs' - unexpected unlock Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
12366ef194
commit
ccf5fb6981
1 changed files with 2 additions and 0 deletions
|
@ -3128,6 +3128,8 @@ static void handle_stat0_irqs(struct net2280 *dev, u32 stat)
|
||||||
BIT(PCI_RETRY_ABORT_INTERRUPT))
|
BIT(PCI_RETRY_ABORT_INTERRUPT))
|
||||||
|
|
||||||
static void handle_stat1_irqs(struct net2280 *dev, u32 stat)
|
static void handle_stat1_irqs(struct net2280 *dev, u32 stat)
|
||||||
|
__releases(dev->lock)
|
||||||
|
__acquires(dev->lock)
|
||||||
{
|
{
|
||||||
struct net2280_ep *ep;
|
struct net2280_ep *ep;
|
||||||
u32 tmp, num, mask, scratch;
|
u32 tmp, num, mask, scratch;
|
||||||
|
|
Loading…
Reference in a new issue