module_param: make bool parameters really bool (core code)
[deliverable/linux.git] / kernel / irq / spurious.c
index dc813a948be2379fe20a0218e1d270212b8408d3..611cd6003c453951d82e12d6d03a044f7f285275 100644 (file)
@@ -325,7 +325,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc,
        desc->irqs_unhandled = 0;
 }
 
-int noirqdebug __read_mostly;
+bool noirqdebug __read_mostly;
 
 int noirqdebug_setup(char *str)
 {
This page took 0.024791 seconds and 5 git commands to generate.