Commit 353a2761 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 18d73c58
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment