]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 19 Apr 2008 01:24:01 +0000 (22:24 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:43 +0000 (14:09 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/au8522.c

index e340faacc78b938105c44d5c88bcf655bde51930..084a280c2d7f97cbf6835e1f6e5bf73cf363f8d3 100644 (file)
@@ -47,7 +47,7 @@ static int debug;
 
 #define dprintk(arg...) do {           \
        if (debug)                      \
-                printk(##arg); }       \
+                printk(arg);           \
        } while (0)
 
 /* 16 bit registers, 8 bit values */