[flashrom] [commit] r850 - trunk

svn at flashrom.org svn at flashrom.org
Sun Jan 10 00:54:06 CET 2010


Author: snelson
Date: 2010-01-10 00:54:05 +0100 (Sun, 10 Jan 2010)
New Revision: 850

Modified:
   trunk/gfxnvidia.c
Log:
Convert all messages in gfxnvidia.c to the new message infrastructure.
Signed-off-by: Sean Nelson <audiohacked at gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>



Modified: trunk/gfxnvidia.c
===================================================================
--- trunk/gfxnvidia.c	2010-01-09 23:50:27 UTC (rev 849)
+++ trunk/gfxnvidia.c	2010-01-09 23:54:05 UTC (rev 850)
@@ -64,7 +64,7 @@
 	io_base_addr = pcidev_init(PCI_VENDOR_ID_NVIDIA, PCI_BASE_ADDRESS_0,
 				   gfx_nvidia, programmer_param);
 	io_base_addr += 0x300000;
-	printf("Detected NVIDIA I/O base address: 0x%x.\n", io_base_addr);
+	msg_pinfo("Detected NVIDIA I/O base address: 0x%x.\n", io_base_addr);
 
 	/* Allow access to flash interface (will disable screen). */
 	reg32 = pci_read_long(pcidev_dev, 0x50);





More information about the flashrom mailing list