Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174966
b: refs/heads/master
c: 2002e76
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Wu authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent e8344e9 commit e94546c
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: 9720faec51127d35f8bf1bdf577de92728d5e91b
refs/heads/master: 2002e7684dc24a9ac245b7d015380918657ec032
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ int musb_platform_get_vbus_status(struct musb *musb)
return 0;
}

void musb_platform_set_mode(struct musb *musb, u8 musb_mode)
int musb_platform_set_mode(struct musb *musb, u8 musb_mode)
{
return -EIO;
}

int __init musb_platform_init(struct musb *musb)
Expand Down

0 comments on commit e94546c

Please sign in to comment.