Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146887
b: refs/heads/master
c: d357cbb
h: refs/heads/master
i:
  146885: d934913
  146883: 37ddb7c
  146879: 28e2fab
v: v3
  • Loading branch information
Borislav Petkov committed Jun 10, 2009
1 parent 6548059 commit bf96260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: b034c19f9f61c8b6f2435aa2e77f52348ebde767
refs/heads/master: d357cbb445208ea0c33b268e08a65e53fdbb5e86
9 changes: 5 additions & 4 deletions trunk/drivers/edac/edac_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
extern int edac_debug_level;

#ifndef CONFIG_EDAC_DEBUG_VERBOSE
#define edac_debug_printk(level, fmt, arg...) \
do { \
if (level <= edac_debug_level) \
edac_printk(KERN_DEBUG, EDAC_DEBUG, fmt, ##arg); \
#define edac_debug_printk(level, fmt, arg...) \
do { \
if (level <= edac_debug_level) \
edac_printk(KERN_DEBUG, EDAC_DEBUG, \
"%s: " fmt, __func__, ##arg); \
} while (0)
#else /* CONFIG_EDAC_DEBUG_VERBOSE */
#define edac_debug_printk(level, fmt, arg...) \
Expand Down

0 comments on commit bf96260

Please sign in to comment.