Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303881
b: refs/heads/master
c: f639554
h: refs/heads/master
i:
  303879: e019ea2
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 10, 2012
1 parent 05f90a0 commit 5c3c3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 126625e1bf3228a3db7359310344617bee878517
refs/heads/master: f639554b8a3a4aac18193a0c98a4639d432c48f0
4 changes: 1 addition & 3 deletions trunk/drivers/usb/gadget/ci13xxx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2719,10 +2719,8 @@ static irqreturn_t udc_irq(int irq, void *data)

trace(udc ? udc->dev : NULL, "");

if (udc == NULL) {
dev_err(udc->dev, "ENODEV");
if (udc == NULL)
return IRQ_HANDLED;
}

spin_lock(&udc->lock);

Expand Down

0 comments on commit 5c3c3f5

Please sign in to comment.