From: H Hartley Sweeten Date: Wed, 16 Jul 2014 18:22:46 +0000 (-0700) Subject: staging: comedi: cb_pcidas64: remove 'volatile' from private data X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~605 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f99981a6da832cf3d2ddbd2ae7c7f51e8f6b1ab;p=pandora-kernel.git staging: comedi: cb_pcidas64: 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed