]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/scsi/dc395x.c
module_param: make bool parameters really bool (drivers & misc)
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / dc395x.c
index f5b718d3c31be53f860912ce9f833f4534190ffb..13aeca3d51f24919ddf10406e941fd04b25c00bc 100644 (file)
@@ -546,7 +546,7 @@ static struct ParameterData __devinitdata cfg_data[] = {
  * command line overrides will be used. If set to 1 then safe and
  * slow settings will be used.
  */
-static int use_safe_settings = 0;
+static bool use_safe_settings = 0;
 module_param_named(safe, use_safe_settings, bool, 0);
 MODULE_PARM_DESC(safe, "Use safe and slow settings only. Default: false");