module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / staging / media / lirc / lirc_sir.c
index 6903d39..c94382b 100644 (file)
@@ -173,7 +173,7 @@ static DEFINE_SPINLOCK(hardware_lock);
 static int rx_buf[RBUF_LEN];
 static unsigned int rx_tail, rx_head;
 
-static int debug;
+static bool debug;
 #define dprintk(fmt, args...)                                          \
        do {                                                            \
                if (debug)                                              \