linux/drivers/media/usb
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
..
airspy
as102
au0828
b2c2
cpia2
cx231xx [media] usb drivers: use BUG_ON() instead of if () BUG 2015-06-09 18:30:09 -03:00
dvb-usb [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
dvb-usb-v2 [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
em28xx [media] em28xx: bind PCTV 460e using I2C client 2015-06-06 07:22:52 -03:00
go7007
gspca [media] gspca: sn9c2028: Add gain and autogain controls Genius Videocam Live v2 2015-05-30 11:48:09 -03:00
hackrf
hdpvr
msi2500
pvrusb2
pwc
s2255
siano
stk1160 [media] stk1160: add DMABUF support 2015-06-06 07:33:36 -03:00
stkwebcam
tm6000 [media] usb drivers: use BUG_ON() instead of if () BUG 2015-06-09 18:30:09 -03:00
ttusb-budget [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
ttusb-dec [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
usbtv
usbvision [media] usbvision: cleanup the code 2015-06-05 11:26:47 -03:00
uvc [media] uvcvideo: Remove unneeded device disconnected flag 2015-05-30 12:12:58 -03:00
zr364xx [media] usb drivers: use BUG_ON() instead of if () BUG 2015-06-09 18:30:09 -03:00
Kconfig
Makefile