Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320735
b: refs/heads/master
c: 8de1ee8
h: refs/heads/master
i:
  320733: 6c9f5d4
  320731: ffa6efb
  320727: fe2b11a
  320719: ef2a993
  320703: 394a752
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent e7aada0 commit 9bc9ba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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: 9728276835f319e32e2571fb0fb18777237de87c
refs/heads/master: 8de1ee8f93fb756000176f916fd0681b47ceb292
12 changes: 4 additions & 8 deletions trunk/drivers/usb/gadget/pxa25x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2200,19 +2200,15 @@ static int __init pxa25x_udc_probe(struct platform_device *pdev)

#ifdef CONFIG_ARCH_LUBBOCK
if (machine_is_lubbock()) {
retval = request_irq(LUBBOCK_USB_DISC_IRQ,
lubbock_vbus_irq,
IRQF_SAMPLE_RANDOM,
driver_name, dev);
retval = request_irq(LUBBOCK_USB_DISC_IRQ, lubbock_vbus_irq,
0, driver_name, dev);
if (retval != 0) {
pr_err("%s: can't get irq %i, err %d\n",
driver_name, LUBBOCK_USB_DISC_IRQ, retval);
goto err_irq_lub;
}
retval = request_irq(LUBBOCK_USB_IRQ,
lubbock_vbus_irq,
IRQF_SAMPLE_RANDOM,
driver_name, dev);
retval = request_irq(LUBBOCK_USB_IRQ, lubbock_vbus_irq,
0, driver_name, dev);
if (retval != 0) {
pr_err("%s: can't get irq %i, err %d\n",
driver_name, LUBBOCK_USB_IRQ, retval);
Expand Down

0 comments on commit 9bc9ba2

Please sign in to comment.