From: H Hartley Sweeten Date: Mon, 29 Jul 2013 20:56:59 +0000 (-0700) Subject: staging: comedi: das16: remove 'volatile' on private data variables X-Git-Tag: v3.12-rc1~183^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f63840447030b32662d8d425b36e8fabd7799cf;p=pandora-kernel.git staging: comedi: das16: 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