commit | 1fb2082df601fc1800ce3f16d9454f6847356c64 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Mon May 05 09:35:43 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 21:18:55 2014 +0900 |
tree | 4a0ded72ac3aa8bddf88798d02e70247b92299a1 | |
parent | 4029bd3dad217bbf5b37ed3b2cb0c0d0005a2097 [diff] |
staging: comedi: adl_pci9118: remove 'ai16bits' from private data This member of the private data is only set when the analog input subdevice maxdata is 0xffff. Just check the s->maxdata 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>