From: Dan Carpenter Date: Sat, 22 May 2010 19:53:27 +0000 (-0300) Subject: V4L/DVB: em28xx: remove unneeded null checks X-Git-Tag: v2.6.35-rc2~11^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517521e4651ac106fc2a4f7638c284f60de92bb8;p=pandora-kernel.git V4L/DVB: em28xx: remove unneeded null checks The "dev" variable is used as a list cursor in a list_for_each_entry() loop and can never be null here so I removed the check. Signed-off-by: Dan Carpenter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed