linux/drivers/media/usb/tm6000
Thomas Gleixner 9bb83e8fe2 media: Bulk remove BUG_ON(in_interrupt())
None of these BUG_ON()'s is justified. BUG_ON() should only be used when
there is really no way to survive.

If at all these could be replaced by lockdep_assert_preemption_enabled() to
cover all invalid caller context and not just those covered by
in_interrupt().

But all functions which are invoked from those places contain already debug
mechanisms to catch wrong context, so having these extra checks is not
having any advantage.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-11-16 10:31:10 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
tm6000-alsa.c media: Use fallthrough pseudo-keyword 2020-08-29 08:35:27 +02:00
tm6000-cards.c media: Fix various misspellings of disconnected 2019-08-19 12:02:28 -03:00
tm6000-core.c tm6000: drop unnecessary list_empty 2020-09-01 14:12:36 +02:00
tm6000-dvb.c media: tm6000: double free if usb disconnect while streaming 2019-08-14 05:07:39 -03:00
tm6000-i2c.c media: usb: fix several typos 2019-03-01 09:43:27 -05:00
tm6000-input.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 2019-06-05 17:36:37 +02:00
tm6000-regs.h media: usb: tm6000: Use the correct style for SPDX License Identifier 2019-10-07 07:45:38 -03:00
tm6000-stds.c media: usb: fix several typos 2019-03-01 09:43:27 -05:00
tm6000-usb-isoc.h media: usb: tm6000: Use the correct style for SPDX License Identifier 2019-10-07 07:45:38 -03:00
tm6000-video.c media: Bulk remove BUG_ON(in_interrupt()) 2020-11-16 10:31:10 +01:00
tm6000.h media: usb: tm6000: Use the correct style for SPDX License Identifier 2019-10-07 07:45:38 -03:00