]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_status
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 21 Apr 2016 19:04:40 +0000 (12:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:19:49 +0000 (22:19 -0700)
commit927c504f44eed5437be25b9d7ab608e575961e93
treeed7efa7606932aefef2fe71f1213ab670b03c63f
parent8df717a78c3f202039782afa57343363e44ffb36
staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_status

This function only handles the analog input interrupts, the dma was already
handled.

Remove the unecessary parameter and fix ni_E_interrupts() so that the comedi
events are properly handled.

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/ni_mio_common.c