Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59377
b: refs/heads/master
c: 15a1d5c
h: refs/heads/master
i:
  59375: 656532b
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Greg Kroah-Hartman committed Jul 12, 2007
1 parent c3cf243 commit 8495c83
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: 4cf2503c6801a69fee25030475eceeefb36d1b56
refs/heads/master: 15a1d5c9271219db2f1bc448247fb8ccbcc08418
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/m66592-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MODULE_DESCRIPTION("M66592 USB gadget driiver");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Yoshihiro Shimoda");

#define DRIVER_VERSION "9 May 2007"
#define DRIVER_VERSION "29 May 2007"

/* module parameters */
static unsigned short clock = M66592_XTAL24;
Expand Down Expand Up @@ -1567,7 +1567,7 @@ static int __init m66592_probe(struct platform_device *pdev)

m66592->bi_bufnum = M66592_BASE_BUFNUM;

ret = request_irq(irq, m66592_irq, SA_INTERRUPT | SA_SHIRQ,
ret = request_irq(irq, m66592_irq, IRQF_DISABLED | IRQF_SHARED,
udc_name, m66592);
if (ret < 0) {
printk(KERN_ERR "request_irq error (%d)\n", ret);
Expand Down

0 comments on commit 8495c83

Please sign in to comment.