Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118963
b: refs/heads/master
c: 14a2c96
h: refs/heads/master
i:
  118961: 8669602
  118959: 40f6982
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Nov 13, 2008
1 parent 11e1049 commit d651db0
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: f82a689faeb328ba7c194782f42cc438519d508e
refs/heads/master: 14a2c96f72e0939cb817b6624346b0161b5603db
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/tusb6010.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ void musb_platform_set_mode(struct musb *musb, u8 musb_mode)

if (musb->board_mode != MUSB_OTG) {
ERR("Changing mode currently only supported in OTG mode\n");
return;
return -EINVAL;
}

otg_stat = musb_readl(tbase, TUSB_DEV_OTG_STAT);
Expand Down

0 comments on commit d651db0

Please sign in to comment.