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:
2decb26
)
phy: core: Fix error checking in (devm_)phy_optional_get
author
Axel Lin
<axel.lin@ingics.com>
Tue, 7 Apr 2015 23:30:15 +0000
(07:30 +0800)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Mon, 11 May 2015 14:48:51 +0000
(20:18 +0530)
Don't pass valid pointer to PTR_ERR, use PTR_ERR(phy) only when
IS_ERR(phy) is true.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
No differences found