summaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/host.c')
-rw-r--r--src/southbridge/via/k8t890/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/k8t890/host.c b/src/southbridge/via/k8t890/host.c
index aa1b748339..878ee9a6f9 100644
--- a/src/southbridge/via/k8t890/host.c
+++ b/src/southbridge/via/k8t890/host.c
@@ -60,7 +60,7 @@ static void host_enable(struct device *dev)
/* Multiple function control */
pci_write_config8(dev, K8T890_MULTIPLE_FN_EN, 0x01);
- print_debug(" VIA_X_0 device dump:\n");
+ printk(BIOS_DEBUG, " VIA_X_0 device dump:\n");
dump_south(dev);
}