From: H Hartley Sweeten Date: Fri, 22 Mar 2013 16:40:58 +0000 (-0700) Subject: staging: comedi: ni_labpc: remove 'volatile' from private data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8263dfdfb9669083cf528d4ec3d90bf471fa5505;p=pandora-kernel.git staging: comedi: ni_labpc: 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 Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed