Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184760
b: refs/heads/master
c: bdfa351
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Tony Lindgren committed Feb 19, 2010
1 parent dc81abe commit 3312a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 9bdde53fa575d023ca51ba9df41464f62e22feb7
refs/heads/master: bdfa35118c3149bfa7f6b259ca528f455af07c72
4 changes: 1 addition & 3 deletions trunk/arch/arm/mach-omap2/usb-musb.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ void __init usb_musb_init(struct omap_musb_board_data *board_data)
musb_plat.power = board_data->power >> 1;
musb_plat.mode = board_data->mode;

if (platform_device_register(&musb_device) < 0) {
if (platform_device_register(&musb_device) < 0)
printk(KERN_ERR "Unable to register HS-USB (MUSB) device\n");
return;
}
}

#else
Expand Down

0 comments on commit 3312a23

Please sign in to comment.