]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: das800: allow attaching without interrupt support
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 23 Apr 2013 01:35:12 +0000 (18:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Apr 2013 17:41:45 +0000 (10:41 -0700)
commit50e261cea0b6a887896fdeab62f2fc49bc6db987
tree6b65a1abc72c30a6e3b29c35367f3ed209e1618e
parent11b24ae52e05eff13b481171219cf49e7b4e5b21
staging: comedi: das800: allow attaching without interrupt support

Interrupts are only requires for the analog input async command support.

Allow the driver to attach to the board if the request_irq() fails.

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>
drivers/staging/comedi/drivers/das800.c