alistair23-linux/drivers/staging/most
Quytelda Kahja c92e677b20 staging: most: Remove unnecessary usage of BUG_ON().
There is no need for the calls to BUG_ON() in this driver, which are
used to check if mbo or mbo->context are NULL; mbo is never NULL, and
if mbo->context is NULL it would have already been dereferenced and
oopsed before reaching the BUG_ON().

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Acked-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-08 09:56:15 -08:00
..
cdev vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
dim2 staging: most: replace function name to __func__ 2018-01-22 11:44:08 +01:00
Documentation
i2c
net staging: most: convert macro to static function 2018-01-08 16:36:00 +01:00
sound
usb staging: most: Fix identifiers to function parameters 2018-01-08 16:34:25 +01:00
video vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
core.c staging: most: Remove unnecessary usage of BUG_ON(). 2018-03-08 09:56:15 -08:00
core.h staging: most: Fix missing identifier in function definition argument. 2018-03-01 17:21:49 +01:00
Kconfig
Makefile
TODO