]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/platform/x86/msi-laptop.c
module_param: make bool parameters really bool (drivers & misc)
[mirror_ubuntu-jammy-kernel.git] / drivers / platform / x86 / msi-laptop.c
index f204643c5052640908063b07e0288263ca8f8548..bb5132128b339235f599969d75a692bd4099dfce 100644 (file)
@@ -89,7 +89,7 @@ static int msi_laptop_resume(struct platform_device *device);
 
 #define MSI_STANDARD_EC_DEVICES_EXISTS_ADDRESS 0x2f
 
-static int force;
+static bool force;
 module_param(force, bool, 0);
 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");