Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299421
b: refs/heads/master
c: ad57969
h: refs/heads/master
i:
  299419: 4ae7e5a
v: v3
  • Loading branch information
Shubhrajyoti D authored and Felipe Balbi committed Apr 10, 2012
1 parent 3d322d1 commit 0f00e62
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8ae8090c82eb407267001f75b3d256b3bd4ae691
refs/heads/master: ad579699c4f0274bf522a9252ff9b20c72197e48
5 changes: 3 additions & 2 deletions trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ static void musb_otg_notifier_work(struct work_struct *data_notifier_work)

static int omap2430_musb_init(struct musb *musb)
{
u32 l, status = 0;
u32 l;
int status = 0;
struct device *dev = musb->controller;
struct musb_hdrc_platform_data *plat = dev->platform_data;
struct omap_musb_board_data *data = plat->board_data;
Expand All @@ -301,7 +302,7 @@ static int omap2430_musb_init(struct musb *musb)

status = pm_runtime_get_sync(dev);
if (status < 0) {
dev_err(dev, "pm_runtime_get_sync FAILED");
dev_err(dev, "pm_runtime_get_sync FAILED %d\n", status);
goto err1;
}

Expand Down

0 comments on commit 0f00e62

Please sign in to comment.