usb: musb: fix musb pointer acqusition in musb_host_finish_resume
authorDaniel Mack <zonque@gmail.com>
Fri, 20 Dec 2013 09:47:15 +0000 (10:47 +0100)
committerFelipe Balbi <balbi@ti.com>
Fri, 20 Dec 2013 21:05:44 +0000 (15:05 -0600)
commitfa6997d3a58ba9732870a20364bccb501b641ba9
treee268dc3c8817aa003d883c56cfc2a86771cda24b
parent071f58b361ef8651e84bb55f7ea5892a77945e5b
usb: musb: fix musb pointer acqusition in musb_host_finish_resume

This is a fall-out from "usb: musb: finish suspend/reset work
independently from musb_hub_control()" that I missed because the
MUSB_POWER register does not have the MUSB_POWER_SUSPENDM bit set on
AM335x platforms; hence the code path was not travelled in my tests.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_virthub.c