From 05ce54204f97c37ac1714427827eebddc455e096 Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Sat, 9 Jan 2010 23:50:27 +0000 Subject: [PATCH] Convert all messages in satasii.c to the new message infrastructure Corresponding to flashrom svn r849. Signed-off-by: Sean Nelson Acked-by: Carl-Daniel Hailfinger --- satasii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satasii.c b/satasii.c index 79d43258d..90995c945 100644 --- a/satasii.c +++ b/satasii.c @@ -63,7 +63,7 @@ int satasii_init(void) /* Check if ROM cycle are OK. */ if ((id != 0x0680) && (!(mmio_readl(sii_bar) & (1 << 26)))) - printf("Warning: Flash seems unconnected.\n"); + msg_pinfo("Warning: Flash seems unconnected.\n"); buses_supported = CHIP_BUSTYPE_PARALLEL;