aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-18 21:24:01 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:09:43 -0400
commit353a2761ffb3c4f43ec0c9c99bbe64629646b347 (patch)
treed8892c34e20cf3584d21424d493831d100fdfd85
parent18d73c58b5ea7425db05b666408f6f682d837b73 (diff)
V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-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 e340faacc78b..084a280c2d7f 100644
--- a/drivers/media/dvb/frontends/au8522.c
+++ b/drivers/media/dvb/frontends/au8522.c
@@ -47,7 +47,7 @@ static int debug;
47 47
48#define dprintk(arg...) do { \ 48#define dprintk(arg...) do { \
49 if (debug) \ 49 if (debug) \
50 printk(##arg); } \ 50 printk(arg); \
51 } while (0) 51 } while (0)
52 52
53/* 16 bit registers, 8 bit values */ 53/* 16 bit registers, 8 bit values */