Skip to content

Commit

Permalink
V4L/DVB (7639): au8522: fix a small bug introduced by Checkpatch cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 18d73c5 commit 353a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/au8522.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 353a276

Please sign in to comment.