[coreboot-gerrit] New patch to review for coreboot: 5bb28db drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ify

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Nov 27 16:55:12 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7589

-gerrit

commit 5bb28db7f363ade01b45e78a0740fc2dd6226765
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Nov 28 02:48:00 2014 +1100

    drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ify
    
    Thereby making consistent with other i2c drivers
    
    Change-Id: I5ddc9d98fbbc1db68a933e3b9a6b92f309b72c41
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/drivers/i2c/at24rf08c/lenovo_serials.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c
index 65928be..33c0438 100644
--- a/src/drivers/i2c/at24rf08c/lenovo_serials.c
+++ b/src/drivers/i2c/at24rf08c/lenovo_serials.c
@@ -140,7 +140,7 @@ void smbios_mainboard_set_uuid(u8 *uuid)
 
 	dev = dev_find_slot_on_smbus(1, 0x56);
 	if (dev == 0) {
-		printk(BIOS_WARNING, "eeprom not found\n");
+		printk(BIOS_WARNING, "EEPROM not found\n");
 		already_read = 1;
 		memset (uuid, 0, 16);
 		return;



More information about the coreboot-gerrit mailing list