Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354681
b: refs/heads/master
c: 63a1307
h: refs/heads/master
i:
  354679: 016fba3
v: v3
  • Loading branch information
Cesar Eduardo Barros authored and Felipe Balbi committed Jan 18, 2013
1 parent 9df3a1f commit d7100e5
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: b2e587dbb7a7554b56d2f38e284ad975d2f00181
refs/heads/master: 63a1307930867a45f86a1a69f80315b2df7b7b49
2 changes: 1 addition & 1 deletion trunk/drivers/usb/otg/mv_otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static void mv_otg_work(struct work_struct *work)
struct usb_otg *otg;
int old_state;

mvotg = container_of((struct delayed_work *)work, struct mv_otg, work);
mvotg = container_of(to_delayed_work(work), struct mv_otg, work);

run:
/* work queue is single thread, or we need spin_lock to protect */
Expand Down

0 comments on commit d7100e5

Please sign in to comment.