From: H Hartley Sweeten Date: Tue, 9 Sep 2014 20:05:33 +0000 (-0700) Subject: staging: comedi: adl_pci9118: do cfc_handle_events() at end of interrupt X-Git-Tag: fixes-for-v3.18-merge-window~15^2~537 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ada8e85c1c2c434256dcd54fb80450ed956ea6;p=pandora-kernel.git staging: comedi: adl_pci9118: do cfc_handle_events() at end of interrupt Each of the error detections currently do a cfc_handle_events() and exits the interrupt handler if the error is detected. The DMA and non-DMA handlers also to a cfc_handle_events(). For aesthetics, use goto to exit the interrupt handler if an error is detected and move the cfc_handle_events() call to the end of the interrupt. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed