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:
6676caf
)
[media] v4l: ti-vpe: fix return value check in vpe_probe()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Wed, 30 Oct 2013 03:15:13 +0000
(
00:15
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 10 Dec 2013 08:36:21 +0000
(06:36 -0200)
In case of error, the function devm_kzalloc() and devm_ioremap()
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>
Reviewed-by: Archit Taneja <archit@ti.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found