usb: dwc3: omap: fix ordering for runtime pm calls
authorFelipe Balbi <balbi@ti.com>
Wed, 3 Sep 2014 21:42:57 +0000 (16:42 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 3 Sep 2014 21:50:44 +0000 (16:50 -0500)
commit81a60b7f5c143ab3cdcd9943c9b4b7c63c32fc31
tree2aa0030cc514601aeb6b34fb6b84f5a251e67050
parentdc99f16f076559235c92d3eb66d03d1310faea08
usb: dwc3: omap: fix ordering for runtime pm calls

we don't to gate clocks until our children are
done with their remove path.

Fixes: af310e9 (usb: dwc3: omap: use runtime API's to enable clocks)
Cc: <stable@vger.kernel.org> # v3.9+
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c