Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164985
b: refs/heads/master
c: 2f2cac3
h: refs/heads/master
i:
  164983: 43e0c71
v: v3
  • Loading branch information
Nicolas Ferre authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 1e157d5 commit 5af3cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: aa781af00a7f55ade0ce8a21d4b08f1f6c77e8cd
refs/heads/master: 2f2cac3c1af2bfc72c55b0054b6b95309882e27b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int usb_hcd_at91_probe(const struct hc_driver *driver,
at91_start_hc(pdev);
ohci_hcd_init(hcd_to_ohci(hcd));

retval = usb_add_hcd(hcd, pdev->resource[1].start, IRQF_DISABLED);
retval = usb_add_hcd(hcd, pdev->resource[1].start, IRQF_SHARED);
if (retval == 0)
return retval;

Expand Down

0 comments on commit 5af3cc6

Please sign in to comment.