commit | 813ce47cee33964ff710d2c91063548773cb4cd5 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Wed Aug 01 10:13:36 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Oct 09 22:04:22 2007 -0300 |
tree | 2f1378a8304b9f399c317309604b9f09c79c694f | |
parent | 89f4267d6fa96cb3db053d5183558c94ad5f46e5 [diff] |
V4L/DVB (5965): Frontend_ioctl(): fix check-after-use The Coverity checker spotted that we have already oops'ed if "fe" was NULL. Since "fe" being NULL seems impossible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>