commit | 89f4d45b2752df5d222b5f63919ce59e2d8afaf4 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 25 06:34:03 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Nov 29 14:20:06 2013 -0200 |
tree | 609282c33e05aad1295509b8ff442b0a3e7e070f | |
parent | f8e1b699a5504a2da05834c7cfdddb125a8ce088 [diff] |
[media] saa7164: fix return value check in saa7164_initdev() 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>