commit | 33938a9dfa67d55aee836172418e4a7705798950 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 27 10:30:42 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 14:28:52 2014 -0700 |
tree | 8f51c6a26199c05c62fe6210ec232d0dacf6af1b | |
parent | 1b81dbc29b9a1ac6cb5c58217c181b675e91220c [diff] |
staging: comedi: usbdux: remove 'ao_chanlist' from private data This member of the private data is just a copy of the channels from the cmd->chanlist. Remove the member and just use the cmd->chanlist directly. Remove the unneeded 'len' local variable in usbdux_ao_isoc_irq(). This is just the cmd->chanlist_len. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>