From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:51 +0000 (-0700) Subject: staging: comedi: pcl812: consolidate the common interrupt code X-Git-Tag: v3.15-rc1~139^2~652 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d106c298165082b44c310ca6e2d2d69771c0d6f9;p=pandora-kernel.git staging: comedi: pcl812: consolidate the common interrupt code The DMA and EOC interrupt handler functions, that are called by the _real_ interrupt function, always return IRQ_HANDLED. Change the return type for these functions to void and move the final return to the real interrupt function. Change the parameters to the handler functions to the comedi_device and comedi_subdevice pointers. At some point in the handler functions the interrupt request is cleared. Move this to the real interrupt function. Also at some point in the handlers, comedi_event() is called to pass any events to the comedi subsystem. Move this to the real interrupt function also. For aesthetics, and to clarify the code, rename the interrupt function and the handler functions. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed