Author: snelson Date: 2010-01-10 00:50:27 +0100 (Sun, 10 Jan 2010) New Revision: 849
Modified: trunk/satasii.c Log: Convert all messages in satasii.c to the new message infrastructure. Signed-off-by: Sean Nelson <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/satasii.c =================================================================== --- trunk/satasii.c 2010-01-09 23:46:39 UTC (rev 848) +++ trunk/satasii.c 2010-01-09 23:50:27 UTC (rev 849) @@ -63,7 +63,7 @@ /* 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; _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
