]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (5965): Frontend_ioctl(): fix check-after-use
authorAdrian Bunk <bunk@stusta.de>
Wed, 1 Aug 2007 13:13:36 +0000 (10:13 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:04:22 +0000 (22:04 -0300)
commit813ce47cee33964ff710d2c91063548773cb4cd5
tree2f1378a8304b9f399c317309604b9f09c79c694f
parent89f4267d6fa96cb3db053d5183558c94ad5f46e5
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>
drivers/media/dvb/dvb-core/dvb_frontend.c