From: Trent Piepho Date: Wed, 10 Oct 2007 08:37:43 +0000 (-0300) Subject: V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry X-Git-Tag: v2.6.24-rc1~1463^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a991f44b79fa49b281eb078eed4a76a42101012a;p=pandora-kernel.git V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry The rest of V4L files. There is one list_for_each+list_entry in cpia_pp.c that wasn't changed because it expects the loop iterator to remain NULL if the list is empty. A bug in vivi is fixed; the 'safe' version needs to be used because the loop deletes the list entries. Simplify a second loop in vivi and get rid if an un-used variable in that loop. Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed