linux/drivers/media/usb/tm6000
Mauro Carvalho Chehab 09f2082e23 [media] usb drivers: use BUG_ON() instead of if () BUG
Some USB drivers have a logic at the VB buffer handling like:
	if (in_interrupt())
		BUG();
Use, instead:
	BUG_ON(in_interrupt());

Btw, this logic looks weird on my eyes. We should convert them
to use VB2, in order to avoid those crappy things.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-06-09 18:30:09 -03:00
..
Kconfig
Makefile
tm6000-alsa.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2014-04-04 09:50:07 -07:00
tm6000-cards.c [media] v4l: subdev: Move [gs]_std operation to video ops 2014-05-24 17:11:26 -03:00
tm6000-core.c [media] tm6000: check an allocation for failure 2013-02-08 14:46:56 -02:00
tm6000-dvb.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
tm6000-i2c.c
tm6000-input.c [media] rc-core: rename dev->scanmask to dev->scancode_mask 2014-07-25 19:10:43 -03:00
tm6000-regs.h
tm6000-stds.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
tm6000-usb-isoc.h
tm6000-video.c [media] usb drivers: use BUG_ON() instead of if () BUG 2015-06-09 18:30:09 -03:00
tm6000.h [media] tm6000: embed video_device 2015-04-02 23:49:49 -03:00