OSDN Git Service

phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove
authorRoger Quadros <rogerq@ti.com>
Thu, 10 Jul 2014 06:25:03 +0000 (11:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 01:23:50 +0000 (18:23 -0700)
commiteb82a3d846fab00c4b9ad6bbe5ade4fa5febc0af
treed200444e54061fad1c7209dd6a2716815afa55cb
parente73b49f1c4e75c44d62585cc3e5b9c7894b61c32
phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove

If probe fails then we need to call pm_runtime_disable() to balance
out the previous pm_runtime_enable() call. Else it will cause
unbalanced pm_runtime_enable() call in the succeding probe call.

This anomaly was observed when the call to devm_phy_create() failed
with -EPROBE_DEFER.

Balance out the pm_runtime_enable() call in .remove() as well.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/phy-omap-usb2.c