From: H Hartley Sweeten Date: Mon, 12 Jan 2015 17:55:46 +0000 (-0700) Subject: staging: comedi: ni_at_a2150: remove 'volatile' from private data variable X-Git-Tag: fixes-v4.0-rc1~99^2~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45478548425cc84d2d39cdac9daf446e5744877d;p=pandora-kernel.git staging: comedi: ni_at_a2150: remove 'volatile' from private data variable As indicated by checkpatch.pl, "WARNING: Use of volatile is usually wrong: ...", the 'count' member of the private data does not need to be volatile. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed