From: H Hartley Sweeten Date: Tue, 4 Jun 2013 01:01:37 +0000 (-0700) Subject: staging: comedi: pcmuio: refactor interrupt_pcmuio() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b48c535802eb515069b4f2ff26f0601eabf51b8;p=pandora-kernel.git staging: comedi: pcmuio: refactor interrupt_pcmuio() Refactor this function into two new functions in order to reduce the indent levels and clean up the ugly line breaks that, unsuccessfully, try to keep the lines < 80 chars. The first function handles the irq for a specific asic. The second function handles the irq for a specific subdevice that is associated with the asic. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed