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 staging: most: add ABI documentation 2017-11-27 09:20:37 +01:00
i2c staging: most: remove proprietary kobjects 2017-11-27 09:20:34 +01:00
net staging: most: convert macro to static function 2018-01-08 16:36:00 +01:00
sound staging: most: fix comment sections 2017-11-27 09:20:36 +01:00
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 staging: most: video: rename module 2017-11-27 09:20:34 +01:00
Makefile staging: most: fix Makefile 2017-11-28 13:34:59 +01:00
TODO