]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/edac/edac_core.h
V4L/DVB (6166): cx23885: Ensure pci_quirks is called after board identification
[linux-2.6-omap-h63xx.git] / drivers / edac / edac_core.h
index 4e6bad15c4ba2c342fe0cb89f9a4520a3b15e5d6..e80af67664cc72829fbd0caad82a7ba50c60c5c2 100644 (file)
@@ -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__ )