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:
f8e1b69
)
[media] saa7164: fix return value check in saa7164_initdev()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Fri, 25 Oct 2013 09:34:03 +0000
(06:34 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 29 Nov 2013 16:20:06 +0000
(14:20 -0200)
In case of error, the function kthread_run() 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>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: stable@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found