commit | 959717a3f67a7b7ce0bded0ec7d0e7e2e74c786c | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Aug 05 10:44:56 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 07 15:03:29 2015 -0700 |
tree | 40dba7f4e66bc21c9a686d489a0d35d8a7a605f5 | |
parent | fb7891e48fc2eac16f615e81df06b7510981ef73 [diff] |
staging: comedi: me4000: use correct types for extracted chanspec values The chanspec channel, range, and aref are unsigned int values. Use the correct types when extracting them. 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>