aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/dc395x.c')
-rw-r--r--drivers/scsi/dc395x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c
index f5b718d3c31b..13aeca3d51f2 100644
--- a/drivers/scsi/dc395x.c
+++ b/drivers/scsi/dc395x.c
@@ -546,7 +546,7 @@ static struct ParameterData __devinitdata cfg_data[] = {
546 * command line overrides will be used. If set to 1 then safe and 546 * command line overrides will be used. If set to 1 then safe and
547 * slow settings will be used. 547 * slow settings will be used.
548 */ 548 */
549static int use_safe_settings = 0; 549static bool use_safe_settings = 0;
550module_param_named(safe, use_safe_settings, bool, 0); 550module_param_named(safe, use_safe_settings, bool, 0);
551MODULE_PARM_DESC(safe, "Use safe and slow settings only. Default: false"); 551MODULE_PARM_DESC(safe, "Use safe and slow settings only. Default: false");
552 552