linux/drivers/media/v4l2-core
Ezequiel Garcia 896f38f582 [media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init()
This replaces BUG_ON() calls with WARN_ON(), and returns
EINVAL if some parameter is NULL, as suggested by Jonathan and Mauro.
The BUG_ON() call is too drastic to be used in this case.
See the full discussion here:
http://www.spinics.net/lists/linux-media/msg52462.html

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-09-27 06:09:10 -03:00
..
Kconfig
Makefile
tuner-core.c
v4l2-common.c [media] v4l2: spi modalias is an array 2012-09-27 04:42:37 -03:00
v4l2-compat-ioctl32.c [media] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE 2012-09-26 09:38:15 -03:00
v4l2-ctrls.c [media] v4l2: make vidioc_(un)subscribe_event const 2012-09-26 10:48:52 -03:00
v4l2-dev.c [media] v4l2-dev: reorder checks into blocks of ioctls with similar properties 2012-09-26 14:52:07 -03:00
v4l2-device.c
v4l2-event.c [media] v4l2: make vidioc_(un)subscribe_event const 2012-09-26 10:48:52 -03:00
v4l2-fh.c
v4l2-int-device.c
v4l2-ioctl.c [media] v4l2-dev: improve ioctl validity checks 2012-09-26 14:41:54 -03:00
v4l2-mem2mem.c [media] media v4l2-mem2mem: Use list_first_entry 2012-09-18 12:14:05 -03:00
v4l2-subdev.c
videobuf-core.c
videobuf-dma-contig.c
videobuf-dma-sg.c
videobuf-dvb.c
videobuf-vmalloc.c
videobuf2-core.c [media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init() 2012-09-27 06:09:10 -03:00
videobuf2-dma-contig.c
videobuf2-dma-sg.c
videobuf2-memops.c
videobuf2-vmalloc.c