diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2015-08-10 13:14:01 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-14 18:35:49 -0700 |
commit | 5104a8988723b405c9e033b7e57267ebdd387d4d (patch) | |
tree | 2a8e5be9a44e19628e27d28d026a5c3a6b58029a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6b3703f4cb763d57ab26f2ad262a30cc7f87093c (diff) |
staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()
Drivers should not crash the kernel.
This function is only called by comedi_device_detach_cleanup() and the
s->minor will always be valid or the device wouldn't have attached in
the first place.
Leave the checks for safety in accessing the comedi_subdevice_minor_table
array but remove the BUG_ON() calls.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions