From: Mauro Carvalho Chehab Date: Sat, 19 Apr 2008 01:24:01 +0000 (-0300) Subject: V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=353a2761ffb3c4f43ec0c9c99bbe64629646b347;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup Signed-off-by: Mauro Carvalho Chehab --- 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 */