You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trent Piepho
805a439241
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>
18 years ago
..
Kconfig
V4L/DVB (6120): ivtvfb: rename some missed ivtv-fb references to ivtvfb
18 years ago
Makefile
V4L/DVB (6119): ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux
18 years ago
ivtv-cards.c
…
ivtv-cards.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-controls.c
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-controls.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-driver.c
V4L/DVB (6120): ivtvfb: rename some missed ivtv-fb references to ivtvfb
18 years ago
ivtv-driver.h
V4L/DVB (6123): ivtv: move ivtv.h public header to include/linux
18 years ago
ivtv-fileops.c
V4L/DVB (6116): ivtv: VBI cleanups and fixes
18 years ago
ivtv-fileops.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-firmware.c
…
ivtv-firmware.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-gpio.c
…
ivtv-gpio.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-i2c.c
V4L/DVB (6113): ivtv: udelay for the i2c bus was set too high
18 years ago
ivtv-i2c.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-ioctl.c
V4L/DVB (6109): ivtv: use new videodev2.h pixel formats
18 years ago
ivtv-ioctl.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-irq.c
V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entry
18 years ago
ivtv-irq.h
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-mailbox.c
…
ivtv-mailbox.h
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-queue.c
V4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast
18 years ago
ivtv-queue.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-routing.c
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-routing.h
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-streams.c
V4L/DVB (6117): ivtv: finish VBI related cleanup
18 years ago
ivtv-streams.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-udma.c
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-udma.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-vbi.c
V4L/DVB (6116): ivtv: VBI cleanups and fixes
18 years ago
ivtv-vbi.h
V4L/DVB (6116): ivtv: VBI cleanups and fixes
18 years ago
ivtv-version.h
V4L/DVB (6091): ivtv: header cleanup
18 years ago
ivtv-yuv.c
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtv-yuv.h
V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c
18 years ago
ivtvfb.c
V4L/DVB (6122): ivtvfb: fix an obvious bug in ivtvfb_release_buffers()
18 years ago