]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: drivers (core): don't BUG_ON due to faulty drivers
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 21 Jan 2013 21:37:15 +0000 (14:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 22:26:20 +0000 (14:26 -0800)
commit57b71c3e6f4c8b944e6721d89ccb566aee439f97
tree11e46e705fec8630e2f708bbdc79b0843ee730c1
parent40f58a65c9f6cbb540ec2db6ac9d963d402014c3
staging: comedi: drivers (core): don't BUG_ON due to faulty drivers

The postconfig for drivers that support async commands currently can
BUG_ON if the subdevice was improperly configured by the driver.

Change the BUG_ON so that a dev_warn() is output and the postconfig
returns -EINVAL. This will prevent the comedi core from attaching to
the faulty driver but does not BUG the kernel.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers.c