Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321703
b: refs/heads/master
c: 3bb5534
h: refs/heads/master
i:
  321701: 9388101
  321699: 5805126
  321695: 31afef7
v: v3
  • Loading branch information
Ajay Kumar Gupta authored and Felipe Balbi committed Aug 3, 2012
1 parent f83ecd0 commit 7148f60
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: 1f3f7eceff47f9e320ca67b3e9f16fb295106514
refs/heads/master: 3bb5534853dbb1e445a9b26ecab8ad331ff14a7e
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_dsps.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ static int __devinit dsps_create_musb_pdev(struct dsps_glue *glue, u8 id)
ret = -ENODEV;
goto err0;
}
strcpy((u8 *)res->name, "mc");
res->parent = NULL;
resources[1] = *res;
resources[1].name = "mc";

/* allocate the child platform device */
musb = platform_device_alloc("musb-hdrc", -1);
Expand Down

0 comments on commit 7148f60

Please sign in to comment.