commit | eb4332eff5aa071b19f89f45ae7f6393af59ba62 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed Sep 19 19:37:41 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 21 09:29:54 2012 -0700 |
tree | bd17a4d671db8c3e5eddb001f9b264147c303bc6 | |
parent | 44b255f7b13bacb076e2789352e4a8afe19b922e [diff] |
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 <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>