From: Trent Piepho Date: Sun, 14 Oct 2007 05:52:17 +0000 (-0300) Subject: V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entry X-Git-Tag: v2.6.24-rc1~66^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a47942f0facc4664d982005ac03d8dcb9635c1;p=pandora-kernel.git V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entry Less code and more efficient. Got ride of a variable that counted the number of devices in cx8802_unregister_driver() but was never used. Looked leftover from a cut&paste. Signed-off-by: Trent Piepho Reviewed-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed