Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174212
b: refs/heads/master
c: a53e212
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 5, 2009
1 parent da53279 commit f959e89
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: f6fc50494027e913ff0159e43c593cd75f35ec7a
refs/heads/master: a53e21257171af42c9fa6aee417f7891744d6ebf
2 changes: 1 addition & 1 deletion trunk/include/media/ir-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

extern int media_ir_debug; /* media_ir_debug level (0,1,2) */
#define IR_dprintk(level, fmt, arg...) if (media_ir_debug >= level) \
printk(KERN_DEBUG fmt , ## arg)
printk(KERN_DEBUG "%s: " fmt , __func__, ## arg)

#define IR_TYPE_RC5 1
#define IR_TYPE_PD 2 /* Pulse distance encoded IR */
Expand Down

0 comments on commit f959e89

Please sign in to comment.