module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / isdn / hardware / avm / c4.c
index d3530f6e8115350668b148377d61a85256883a0a..9743b24ef9d6f7a1cc4f41bd9c4e3ff60b036671 100644 (file)
@@ -40,7 +40,7 @@ static char *revision = "$Revision: 1.1.2.2 $";
 
 /* ------------------------------------------------------------- */
 
-static int suppress_pollack;
+static bool suppress_pollack;
 
 static struct pci_device_id c4_pci_tbl[] = {
        { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21285, PCI_VENDOR_ID_AVM, PCI_DEVICE_ID_AVM_C4, 0, 0, (unsigned long)4 },
This page took 0.023792 seconds and 5 git commands to generate.