diff options
author | Wei Yongjun | 2013-10-25 06:34:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2013-11-29 14:20:06 -0200 |
commit | 89f4d45b2752df5d222b5f63919ce59e2d8afaf4 (patch) | |
tree | 609282c33e05aad1295509b8ff442b0a3e7e070f /drivers/media/platform/vsp1/vsp1.h | |
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>
Diffstat (limited to 'drivers/media/platform/vsp1/vsp1.h')
0 files changed, 0 insertions, 0 deletions