From: H Hartley Sweeten Date: Tue, 29 Apr 2014 19:59:35 +0000 (-0700) Subject: staging: comedi: adl_pci9111: tidy up (*do_cmdtest) Step 4 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1068 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c51faabc4d974cd118603e237aa5381437e634;p=pandora-kernel.git staging: comedi: adl_pci9111: tidy up (*do_cmdtest) Step 4 This step in the (*do_cmdtest) fixes the comedi_cmd arguments, usually for TRIG_TIMER sources. Tidy up this step to clarify the code and remove the extra local variables. All the arguments are unsigned long so change the 'tmp' local variable type and rename it for aesthetics. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed