From: H Hartley Sweeten Date: Fri, 20 Jun 2014 20:12:40 +0000 (-0700) Subject: staging: comedi: dt282x: remove 'volatile' on private data variables X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf86ea9a68e2ebb366dc7640f916e233d614db1;p=pandora-kernel.git staging: comedi: dt282x: 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