From 350a327641f891fde438ba7e1591f8a858e524f6 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Wed, 16 Jul 2014 11:22:47 -0700 Subject: [PATCH] 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-format-patch failed