commit | e3ebc55f5e55d9298b70c7752bb295ed6d0f6d2a | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Jul 16 11:22:49 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 16 13:37:59 2014 -0700 |
tree | 9872987f36e8fd8e31b2fedd97b419098a246a32 | |
parent | 6691844c6f9e788d90fa1253b2ab5a5952fb9fe4 [diff] |
staging: comedi: das16m1: remove 'volatile' from private data As indicated by checkpatch.pl, "WARNING: Use of volatile is usually wrong: ...". The variables in the private data that are marked volatile don't need to be. Remove the volatile. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>