module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / ide / ht6560b.c
index 808bcdcbf8e1bab0e6e45354d7d684c75e6917cd..986f2513eab435e06e2597977624fd9d8a2550ce 100644 (file)
@@ -317,7 +317,7 @@ static void __init ht6560b_init_dev(ide_drive_t *drive)
        ide_set_drivedata(drive, (void *)t);
 }
 
-static int probe_ht6560b;
+static bool probe_ht6560b;
 
 module_param_named(probe, probe_ht6560b, bool, 0);
 MODULE_PARM_DESC(probe, "probe for HT6560B chipset");
This page took 0.024474 seconds and 5 git commands to generate.