]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entry
authorTrent Piepho <xyzzy@speakeasy.org>
Wed, 10 Oct 2007 08:37:41 +0000 (05:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 16:34:56 +0000 (13:34 -0300)
commit805a43924158e4eb2bffc4cac0aedcfb42a89469
tree15e55ce18791749385721ded2f4dfc32d312d2be
parent8bb629e22f2547736c24fe4738673e20cc06d469
V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entry

Also fixed a few cases of cut&paste errors where 'buf' would be set to the
first entry in the list prior to be used as the loop iterator.  In one case
the value of buf was used before it was changed, but the rest were
unnecessary.

There was one list_for_each+list_entry loop that wasn't changed, since it
depending on the loop iterator being left as NULL if the list was empty.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
CC: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-irq.c