From: H Hartley Sweeten Date: Thu, 18 Sep 2014 18:35:31 +0000 (-0700) Subject: staging: comedi: hwdrv_apci3120: do comedi_handle_events() at end of interrupt X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215ecf8a524b3892536fc38317bb1dad2a47be04;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed