]> Pileus Git - ~andy/linux/commit
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)
committerFelipe Balbi <balbi@ti.com>
Fri, 11 Oct 2013 13:34:28 +0000 (08:34 -0500)
commit16b972a592ea2c9a3c2a3c12238de650fd4043a9
treeef4a058e7540527cecb586130f99f5ffe7514b87
parent5578b266e9ae05391d53b446acf23818256ff13f
usb: dwc3: core: use pm_runtime_put_sync() on remove

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>
drivers/usb/dwc3/core.c