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:
31f32a2
)
drm: sti: hdmi: fix return value check in sti_hdmi_probe()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 26 Aug 2014 10:23:07 +0000
(12:23 +0200)
committer
Benjamin Gaignard
<benjamin.gaignard@linaro.org>
Tue, 26 Aug 2014 12:16:39 +0000
(14:16 +0200)
In case of error, the function devm_ioremap_nocache() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
No differences found