Browse Source

V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab 17 years ago
parent
commit
353a2761ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/frontends/au8522.c

+ 1 - 1
drivers/media/dvb/frontends/au8522.c

@@ -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 */