mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 02:04:43 +00:00
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tm6000-alsa.c | ||
| tm6000-cards.c | ||
| tm6000-core.c | ||
| tm6000-dvb.c | ||
| tm6000-i2c.c | ||
| tm6000-input.c | ||
| tm6000-regs.h | ||
| tm6000-stds.c | ||
| tm6000-usb-isoc.h | ||
| tm6000-video.c | ||
| tm6000.h | ||