commit | 272fe8f51fd8b8cd1637c8d2ca868cbff725405e | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Fri Oct 31 09:49:32 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 16:31:24 2014 -0800 |
tree | 1ad9e780f04e63f2d28203c79a2b2b4d80f619e6 | |
parent | f8736ca466e2014d6e8bad478fcc5e5cb0105af0 [diff] |
staging: comedi: amplc_pci230: remove private data 'ai_scan_pos' This member of the private data is replicating what the comedi_async 'cur_chan' member is used for. Use that instead and remove the private data member. 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>