commit | fa6997d3a58ba9732870a20364bccb501b641ba9 | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Fri Dec 20 10:47:15 2013 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Fri Dec 20 15:05:44 2013 -0600 |
tree | e268dc3c8817aa003d883c56cfc2a86771cda24b | |
parent | 071f58b361ef8651e84bb55f7ea5892a77945e5b [diff] |
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>