From: Ian Abbott Date: Wed, 19 Sep 2012 18:37:41 +0000 (+0100) Subject: staging: comedi: das1800: don't pass struct comedi_cmd by value X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4332eff5aa071b19f89f45ae7f6393af59ba62;p=pandora-kernel.git staging: comedi: das1800: don't pass struct comedi_cmd by value Various functions in das1800.c take a `struct comedi_cmd` parameter by value. Change them to pass the parameter by reference instead. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed