aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/au8522.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-18 22:24:01 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:09:43 -0300
commit353a2761ffb3c4f43ec0c9c99bbe64629646b347 (patch)
treed8892c34e20cf3584d21424d493831d100fdfd85 /drivers/media/dvb/frontends/au8522.c
parent18d73c58b5ea7425db05b666408f6f682d837b73 (diff)
V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/au8522.c')
-rw-r--r--drivers/media/dvb/frontends/au8522.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/au8522.c b/drivers/media/dvb/frontends/au8522.c
index e340faacc78..084a280c2d7 100644
--- a/drivers/media/dvb/frontends/au8522.c
+++ b/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 */