aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-28 02:48:00 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-28 04:53:02 +0100
commit07d89a0e0d7da848700e364880764c9b495c3b93 (patch)
tree44436fd3f6470c521020d31302f6e3db5c7478f2 /src
parent8d70e94ae1fc1d511cf60148861df936c72607e3 (diff)
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@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7589 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/drivers/i2c/at24rf08c/lenovo_serials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c
index 65928be427..33c0438a5f 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;