module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / media / rc / streamzap.c
index b1d29d0..d6f4bfe 100644 (file)
@@ -43,9 +43,9 @@
 #define DRIVER_DESC    "Streamzap Remote Control driver"
 
 #ifdef CONFIG_USB_DEBUG
-static int debug = 1;
+static bool debug = 1;
 #else
-static int debug;
+static bool debug;
 #endif
 
 #define USB_STREAMZAP_VENDOR_ID                0x0e9c