From: H Hartley Sweeten Date: Fri, 20 Jun 2014 20:12:48 +0000 (-0700) Subject: staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1537 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cff3990d53d93f5b1bf59984a4fe7816f02b63;p=pandora-kernel.git staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt() The main interrupt handler already has the comedi_subdevice pointer needed in this function. Pass that subdevice pointer so that it does not need to be fetched as a local variable. Tidy up the function a bit. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed