module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / acpi / apei / ghes.c
index b8e08cb..ebaf037 100644 (file)
@@ -118,7 +118,7 @@ struct ghes_estatus_cache {
        struct rcu_head rcu;
 };
 
-int ghes_disable;
+bool ghes_disable;
 module_param_named(disable, ghes_disable, bool, 0);
 
 static int ghes_panic_timeout  __read_mostly = 30;