From: H Hartley Sweeten Date: Fri, 20 Jun 2014 20:12:49 +0000 (-0700) Subject: staging: comedi: dt282x: tidy up dt282x_ai_dma_interrupt() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de91bb97254cec30f24b4f770e10eab7da3f6be1;p=pandora-kernel.git staging: comedi: dt282x: tidy up dt282x_ai_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