printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / drivers / i2c / adm1026 / adm1026.c
index ce8181ef3d6386af5ece337d084421d585ad7dad..8cf6281bda293893850aa39343b1118f601d11a2 100644 (file)
@@ -44,7 +44,7 @@ static void adm1026_enable_monitoring(device_t dev)
 
         result = smbus_read_byte(dev, ADM1026_REG_CONFIG1);
         if (!(result & CFG1_MONITOR)) {
-                printk_debug("ADM1026: monitoring would not enable");
+                printk(BIOS_DEBUG, "ADM1026: monitoring would not enable");
         }
 }
 static void adm1026_noop(device_t dummy)