]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: hwdrv_apci3120: do comedi_handle_events() at end of interrupt
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 18 Sep 2014 18:35:31 +0000 (11:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:23 +0000 (10:29 +0800)
commit58e474a7fdb41b5723046eebdd8afe828681ddba
treecdcd5ab9bc30f239dfcf28724b0f7f3157b29fa4
parentdf5846ac0e423ec8d04044713d4a3464546143d4
staging: comedi: hwdrv_apci3120: do comedi_handle_events() at end of interrupt

Currently comedi_handle_events() is done by both the DMA and non-DMA helper
functions that are called by the interrupt handler. For aesthetics, move
the comedi_handle_events() to the end of the interrupt handler and do it in
one place.

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/addi-data/hwdrv_apci3120.c