From d7100e59ee2bebf90bebd6eee23fc430e449ec2b Mon Sep 17 00:00:00 2001 From: Cesar Eduardo Barros Date: Tue, 4 Dec 2012 20:21:12 -0200 Subject: [PATCH] --- yaml --- r: 354681 b: refs/heads/master c: 63a1307930867a45f86a1a69f80315b2df7b7b49 h: refs/heads/master i: 354679: 016fba341ef99fc09f3a7a34816af0a008212cbe v: v3 --- [refs] | 2 +- trunk/drivers/usb/otg/mv_otg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2b799f537b20..6d6ab121dc3a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2e587dbb7a7554b56d2f38e284ad975d2f00181 +refs/heads/master: 63a1307930867a45f86a1a69f80315b2df7b7b49 diff --git a/trunk/drivers/usb/otg/mv_otg.c b/trunk/drivers/usb/otg/mv_otg.c index 1dd57504186d..5104bc2b67b3 100644 --- a/trunk/drivers/usb/otg/mv_otg.c +++ b/trunk/drivers/usb/otg/mv_otg.c @@ -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 */