usb: dwc3: core: use pm_runtime_put_sync() on remove
authorFelipe Balbi <balbi@ti.com>
Fri, 11 Oct 2013 13:34:28 +0000 (08:34 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 5 Nov 2014 20:27:41 +0000 (20:27 +0000)
commit53de22a51dc90050aa5d83fd75a2bce28bc90f9e
treefec11fdad0aefec65d2227dacb5f060cae4f70dc
parent5df1eb90953a86127ca130d90724819383f896da
usb: dwc3: core: use pm_runtime_put_sync() on remove

commit 16b972a592ea2c9a3c2a3c12238de650fd4043a9 upstream.

We are going to disable runtime_pm and we're
removing the driver, we must disable the device
now.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/dwc3/core.c