module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / ide / gayle.c
index 3feaa26410be9b26eb30d4d52768324d3cff0294..51beb85250d4400a06e90eca0b4f539825cc7438 100644 (file)
@@ -50,7 +50,7 @@
                                               GAYLE_NUM_HWIFS-1)
 #define GAYLE_HAS_CONTROL_REG  (!ide_doubler)
 
-static int ide_doubler;
+static bool ide_doubler;
 module_param_named(doubler, ide_doubler, bool, 0);
 MODULE_PARM_DESC(doubler, "enable support for IDE doublers");
 
This page took 0.025213 seconds and 5 git commands to generate.