From: H Hartley Sweeten Date: Wed, 27 Jun 2012 01:06:52 +0000 (-0700) Subject: staging: comedi: cb_pcidas: remove 'volatile' on private data variables X-Git-Tag: v3.6-rc1~100^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cf9a02600aa23780bc75da6ee7d315ce027db0;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed