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:
1987253
)
drm/msm: fix return value check in ERR_PTR()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 10 Sep 2013 22:56:12 +0000
(06:56 +0800)
committer
Rob Clark
<robdclark@gmail.com>
Wed, 11 Sep 2013 21:31:33 +0000
(17:31 -0400)
In case of error, the function drm_prime_pages_to_sg() 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>
No differences found