mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
18d73c58b5
commit
353a2761ff
@ -47,7 +47,7 @@ static int debug;
|
|||||||
|
|
||||||
#define dprintk(arg...) do { \
|
#define dprintk(arg...) do { \
|
||||||
if (debug) \
|
if (debug) \
|
||||||
printk(##arg); } \
|
printk(arg); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
/* 16 bit registers, 8 bit values */
|
/* 16 bit registers, 8 bit values */
|
||||||
|
Loading…
Reference in New Issue
Block a user