staging: comedi: cb_pcidas: remove 'volatile' on private data variables
commitf6cf9a02600aa23780bc75da6ee7d315ce027db0
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 27 Jun 2012 01:06:52 +0000 (26 18:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:23:54 +0000 (6 15:23 -0700)
tree4d5b331968336edd3fc6763fe160ba71e2c7524e
parent0c4ef0b90c4f77bb397e30c408118a1e0edbaddb
staging: comedi: cb_pcidas: remove 'volatile' on private data variables

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>
Reviewed-by: Ian Abbott <abbbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidas.c