commit | c92e677b20fa389e9e81e21fa96e4520a5fd0ba5 | [log] [tgz] |
---|---|---|
author | Quytelda Kahja <quytelda@tamalin.org> | Tue Mar 06 17:31:41 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 09:56:15 2018 -0800 |
tree | db6c293dd00d538c94f26d3b7dadf4cdbb251dc2 | |
parent | d956a1a9d32cb14673f5f03ef607d84d603a5ed4 [diff] |
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>