Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82195
b: refs/heads/master
c: d8d4223
h: refs/heads/master
i:
  82193: 2fa1cc4
  82191: 08a44b1
v: v3
  • Loading branch information
Jeff Garzik authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 40d324e commit 9a5cbbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ed8a5d49a0d4b5cf411a71476e6582f153df54e3
refs/heads/master: d8d42233d4dd3b37623b27408316ffb8cf2b5e9b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ static void s3c2410_udc_handle_ep(struct s3c2410_ep *ep)
/*
* s3c2410_udc_irq - interrupt handler
*/
static irqreturn_t s3c2410_udc_irq(int irq, void *_dev)
static irqreturn_t s3c2410_udc_irq(int dummy, void *_dev)
{
struct s3c2410_udc *dev = _dev;
int usb_status;
Expand Down Expand Up @@ -1016,7 +1016,7 @@ static irqreturn_t s3c2410_udc_irq(int irq, void *_dev)
}
}

dprintk(DEBUG_VERBOSE, "irq: %d s3c2410_udc_done.\n", irq);
dprintk(DEBUG_VERBOSE, "irq: %d s3c2410_udc_done.\n", IRQ_USBD);

/* Restore old index */
udc_write(idx, S3C2410_UDC_INDEX_REG);
Expand Down

0 comments on commit 9a5cbbf

Please sign in to comment.