Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295109
b: refs/heads/master
c: 7e4964f
h: refs/heads/master
i:
  295107: 49e9b49
v: v3
  • Loading branch information
Ezequiel García authored and Mauro Carvalho Chehab committed Mar 20, 2012
1 parent 37215ef commit 75e2cf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 91acd962301af86d5af02ddefdb8147322a0b9b0
refs/heads/master: 7e4964fa167709befde3ba3a7044080d7ca391d0
8 changes: 0 additions & 8 deletions trunk/drivers/media/video/em28xx/em28xx-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ static unsigned int i2c_debug;
module_param(i2c_debug, int, 0644);
MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");


#define dprintk1(lvl, fmt, args...) \
do { \
if (i2c_debug >= lvl) { \
printk(fmt, ##args); \
} \
} while (0)

#define dprintk2(lvl, fmt, args...) \
do { \
if (i2c_debug >= lvl) { \
Expand Down

0 comments on commit 75e2cf5

Please sign in to comment.