git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413541d
)
phy: core: properly handle failure of pm_runtime_get functions
author
Felipe Balbi
<balbi@ti.com>
Fri, 20 Dec 2013 21:00:48 +0000
(15:00 -0600)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Tue, 24 Dec 2013 18:22:58 +0000
(23:52 +0530)
In case pm_runtime_get*() fails, it still
increments pm usage counter, so we *must*
make sure to pm_runtime_put() even in those
cases.
This patch fixes that mistake the same way
usbcore treats those possible failures.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-core.c
patch
|
blob
|
history
diff --cc
drivers/phy/phy-core.c
Simple merge