kernel-fxtec-pro1x/drivers/media/video/bt8xx
Michael Krufky 3117beec7e V4L/DVB (4316): Check __must_check warnings
Check __must_check warnings for class_device_register and class_device_create_file

video_device_create_file was declared as a void, but instead should
return the int value of class_device_create_file.

Move the check from bttv-driver.c into v4l2-dev.h, because all other
callers of video_device_create_file must also be checked.

Replace the call to class_device_create_file in videodev.c with
video_device_create_file, as defined in v4l2-dev.h, so that the
return value of class_device_create_file will be checked.

Check the return value of class_device_register in videodev.c and
pvrusb2-sysfs.c

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-07-29 17:22:21 -03:00
..
bt832.c V4L/DVB (3577): Cleanup audio input handling 2006-03-24 16:26:56 -03:00
bt832.h V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bt848.h V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bttv-cards.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 2006-06-30 15:39:30 -07:00
bttv-driver.c V4L/DVB (4316): Check __must_check warnings 2006-07-29 17:22:21 -03:00
bttv-gpio.c V4L/DVB (4026): Bttv-gpio-irq is no longer used, remove it 2006-06-25 02:00:30 -03:00
bttv-i2c.c V4L/DVB (3577): Cleanup audio input handling 2006-03-24 16:26:56 -03:00
bttv-if.c V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bttv-input.c V4L/DVB (4118): Whitespace cleanups 2006-06-25 02:05:10 -03:00
bttv-risc.c V4L/DVB (3704): Fix some errors on bttv_risc_overlay 2006-05-12 19:54:35 -03:00
bttv-vbi.c V4L/DVB (3614): Fix compilation warning at powerpc platform 2006-04-02 04:55:02 -03:00
bttv.h V4L/DVB (4026): Bttv-gpio-irq is no longer used, remove it 2006-06-25 02:00:30 -03:00
bttvp.h typo fixes: aquire -> acquire 2006-06-30 18:23:04 +02:00
Kconfig V4L/DVB (3774): Create V4L1 config options 2006-05-12 19:54:53 -03:00
Makefile V4L/DVB (3731): Kbuild: drivers/media/video/bt8xx: remove $(src) from include path 2006-05-12 19:54:40 -03:00