projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
PCI: remove deprecated pci_find_slot() interface
[linux-2.6.git]
/
include
/
linux
/
dynamic_debug.h
diff --git
a/include/linux/dynamic_debug.h
b/include/linux/dynamic_debug.h
index
baabf33
..
a0d9422
100644
(file)
--- a/
include/linux/dynamic_debug.h
+++ b/
include/linux/dynamic_debug.h
@@
-70,7
+70,7
@@
extern int ddebug_remove_module(char *mod_name);
DEBUG_HASH2, __LINE__, _DPRINTK_FLAGS_DEFAULT }; \
if (__dynamic_dbg_enabled(descriptor)) \
dev_printk(KERN_DEBUG, dev, \
- KBUILD_MODNAME ": " pr_fmt(fmt),\
+ KBUILD_MODNAME ": " fmt, \
##__VA_ARGS__); \
} while (0)