CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
[coreboot.git] / src / drivers / i2c / adm1027 / adm1027.c
index 6248f95e425d4b6b9613fd811596413f1887b3ba..ccf1c9a98862f27f1377282d52a87572f408b6ff 100644 (file)
@@ -36,6 +36,7 @@ static void adm1027_enable_monitoring(device_t dev)
         if (!(result & CFG1_STRT)) {
                 printk_debug("ADM1027: monitoring would not enable\r\n");
         }
+       printk_debug("ADM1027: monitoring enabled\r\n");
 }
 
 static void adm1027_init(device_t dev)