From: H Hartley Sweeten Date: Wed, 16 Jul 2014 18:22:49 +0000 (-0700) Subject: staging: comedi: das16m1: remove 'volatile' from private data X-Git-Tag: cleanup-for-v3.18~125^2~602 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ebc55f5e55d9298b70c7752bb295ed6d0f6d2a;p=pandora-kernel.git staging: comedi: das16m1: 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