From: Adrian Bunk Date: Wed, 1 Aug 2007 13:13:36 +0000 (-0300) Subject: V4L/DVB (5965): Frontend_ioctl(): fix check-after-use X-Git-Tag: v2.6.24-rc1~1463^2~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813ce47cee33964ff710d2c91063548773cb4cd5;p=pandora-kernel.git 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 Acked-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed