Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64859
b: refs/heads/master
c: 3c8bb2c
h: refs/heads/master
i:
  64857: 23bbe4d
  64855: cd0c61f
v: v3
  • Loading branch information
Doug Thompson authored and Linus Torvalds committed Sep 12, 2007
1 parent 3b097e9 commit 7818b6b
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: 65e213cdb2e52ba03e61c4d855293054bd8de632
refs/heads/master: 3c8bb2cfa2d6b3dbf7a69641587152a60a96f03b
2 changes: 1 addition & 1 deletion trunk/drivers/edac/edac_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern int edac_debug_level;
#define edac_debug_printk(level, fmt, arg...) \
do { \
if (level <= edac_debug_level) \
edac_printk(KERN_EMERG, EDAC_DEBUG, fmt, ##arg); \
edac_printk(KERN_DEBUG, EDAC_DEBUG, fmt, ##arg); \
} while(0)

#define debugf0( ... ) edac_debug_printk(0, __VA_ARGS__ )
Expand Down

0 comments on commit 7818b6b

Please sign in to comment.