commit | 9d231df80dbaa9918061310149c24bfc3864ca96 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 14 14:26:28 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 16 16:25:58 2013 -0700 |
tree | 0181f8c3c60e54553bc40875724a7da5fc1b44c3 | |
parent | 687d84798de4c202c104db888b33e956bb5b883d [diff] |
staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out() For aesthetic reasons, instead of passing the struct usb_dt9812 pointer, pass the comedi_device pointer to this function and rename the local variable 'result' to simply 'ret'. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>