diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-19 03:24:01 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:09:43 +0200 |
commit | 353a2761ffb3c4f43ec0c9c99bbe64629646b347 (patch) | |
tree | d8892c34e20cf3584d21424d493831d100fdfd85 /drivers/media/dvb | |
parent | V4L/DVB (7638): CodingStyle fixes for au8522 and au0828 (diff) | |
download | linux-353a2761ffb3c4f43ec0c9c99bbe64629646b347.tar.xz linux-353a2761ffb3c4f43ec0c9c99bbe64629646b347.zip |
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')
-rw-r--r-- | drivers/media/dvb/frontends/au8522.c | 2 |
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; #define dprintk(arg...) do { \ if (debug) \ - printk(##arg); } \ + printk(arg); \ } while (0) /* 16 bit registers, 8 bit values */ |