projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6fc504
)
V4L/DVB (13539): ir-common: add __func__ for debug messages
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 2 Dec 2009 18:44:30 +0000
(15:44 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:22 +0000
(18:42 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/media/ir-common.h
patch
|
blob
|
history
diff --git
a/include/media/ir-common.h
b/include/media/ir-common.h
index 72df0467d2b9a58ff4da0479d05c64f926fa27cc..452f6e86084d12d6086944b45e14955454d5a565 100644
(file)
--- a/
include/media/ir-common.h
+++ b/
include/media/ir-common.h
@@
-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 */