Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299830
b: refs/heads/master
c: c67dd31
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Felipe Balbi committed Apr 18, 2012
1 parent 09a2491 commit 5c8ffdf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fc87e080e19fdeb1120ce274423fea7b2ec2f63e
refs/heads/master: c67dd31c5cc745e72d033c0e7d4a2da67c90cd88
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static int davinci_musb_init(struct musb *musb)
usb_nop_xceiv_register();
musb->xceiv = usb_get_transceiver();
if (!musb->xceiv)
return -ENODEV;
goto unregister;

musb->mregs += DAVINCI_BASE_OFFSET;

Expand Down Expand Up @@ -444,6 +444,7 @@ static int davinci_musb_init(struct musb *musb)

fail:
usb_put_transceiver(musb->xceiv);
unregister:
usb_nop_xceiv_unregister();
return -ENODEV;
}
Expand Down

0 comments on commit 5c8ffdf

Please sign in to comment.