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:
bf903e4
)
drm/exynos: exynos_drm_ipp: fix return value check
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Thu, 4 Jul 2013 13:35:00 +0000
(21:35 +0800)
committer
Inki Dae
<daeinki@gmail.com>
Mon, 29 Jul 2013 17:01:53 +0000
(
02:01
+0900)
In case of error, the function ipp_find_obj() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
No differences found