V4L/DVB (7094): static memory
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / dvb / frontends / nxt6000.c
index d313d7dcf3862c6fa67e1a0b6e0cd33a9c386277..0eef22dbf8a041ae5f82e0aecc5cc36770ab1d0a 100644 (file)
@@ -38,7 +38,7 @@ struct nxt6000_state {
        struct dvb_frontend frontend;
 };
 
-static int debug = 0;
+static int debug;
 #define dprintk if (debug) printk
 
 static int nxt6000_writereg(struct nxt6000_state* state, u8 reg, u8 data)