Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98017
b: refs/heads/master
c: e6942d6
h: refs/heads/master
i:
  98015: d5a0bb7
v: v3
  • Loading branch information
Nate Case authored and Greg Kroah-Hartman committed Jun 12, 2008
1 parent e52f5da commit a11aea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 62b5884875fcd4babf6c0c377046f226abbfe491
refs/heads/master: e6942d633be61f1638e08c56ab8244fc9f1c61e3
8 changes: 4 additions & 4 deletions trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2207,14 +2207,14 @@ struct usb_hcd *isp1760_register(u64 res_start, u64 res_len, int irq,
goto err_put;
}

ret = usb_add_hcd(hcd, irq, irqflags);
if (ret)
goto err_unmap;

hcd->irq = irq;
hcd->rsrc_start = res_start;
hcd->rsrc_len = res_len;

ret = usb_add_hcd(hcd, irq, irqflags);
if (ret)
goto err_unmap;

return hcd;

err_unmap:
Expand Down

0 comments on commit a11aea4

Please sign in to comment.