From: Trent Piepho Date: Wed, 10 Oct 2007 08:37:42 +0000 (-0300) Subject: V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_entry X-Git-Tag: v2.6.24-rc1~1463^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d28e98906aa9405895f92348543d08da1837ea5;p=pandora-kernel.git V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_entry A couple loops weren't changed because they expected the loop iterator to be left as NULL if the list was empty. Maybe the code should just check for that first, then loop? Adjust some of the loop logic to be simpler. Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed