commit | 3516a5ef16500aa49b4a5ea7a8a2c7147fd2fbfb | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 27 10:30:55 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 14:28:54 2014 -0700 |
tree | 3140be59c33c83a42484cbe90c08a8ec37a2031f | |
parent | c2ccd69aba484ce6d8cfd174a5831a3eb547f2e9 [diff] |
staging: comedi: pcmuio: tidy up local variables in pcmuio_handle_intr_subdev() Tidy up the local variables so that the comedi_cmd is accessed as a pointer instead of getting to it from the comedi_subdevice pointer. Remove the local variable 'len' and use the cmd->chanlist_len directly. 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>