staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_status
authorH Hartley Sweeten <[email protected]>
Thu, 21 Apr 2016 19:04:40 +0000 (12:04 -0700)
committerGreg Kroah-Hartman <[email protected]>
Fri, 29 Apr 2016 05:19:49 +0000 (22:19 -0700)
commit4b2d73898fdd75cc841a2a6fc978fdc7b5f5247a
treeed7efa7606932aefef2fe71f1213ab670b03c63f
parent7ef1745f29d12b31361d0cf3a2bc259a396aac10
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 <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/comedi/drivers/ni_mio_common.c