From: H Hartley Sweeten Date: Wed, 16 Jul 2014 18:22:47 +0000 (-0700) Subject: staging: comedi: cb_pcidas64: remove 'volatile' from set_dac_range_bits() param X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~604 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350a327641f891fde438ba7e1591f8a858e524f6;p=pandora-kernel.git staging: comedi: cb_pcidas64: remove 'volatile' from set_dac_range_bits() param As indicated by checkpatch.pl, "WARNING: Use of volatile is usually wrong: ...". The 'bits' parameter to this function does not need to be volatile. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed