Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37381
b: refs/heads/master
c: 83fa907
h: refs/heads/master
i:
  37379: 589c304
v: v3
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 56663a1 commit 37d87a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 825d51ef9ed956d896244f82b02988d370a7e47e
refs/heads/master: 83fa907963662ecaade803cec4c9c3e14b69ad7d
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/mt2060.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static int debug=0;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off).");

#define dprintk(args...) do { if (debug) printk(KERN_DEBUG "MT2060: " args); printk("\n"); } while (0)
#define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "MT2060: " args); printk("\n"); } } while (0)

// Reads a single register
static int mt2060_readreg(struct mt2060_state *state, u8 reg, u8 *val)
Expand Down

0 comments on commit 37d87a1

Please sign in to comment.