]> 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)
commit6eae3de49a12d2c1b8b4b3a9ee201c5e565aff13
tree6b65a1abc72c30a6e3b29c35367f3ed209e1618e
parentcadff1fb158723d016db39bd890c06069b3c9566
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