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>
This commit is contained in:
parent
8d70e94ae1
commit
07d89a0e0d
|
@ -140,7 +140,7 @@ void smbios_mainboard_set_uuid(u8 *uuid)
|
||||||
|
|
||||||
dev = dev_find_slot_on_smbus(1, 0x56);
|
dev = dev_find_slot_on_smbus(1, 0x56);
|
||||||
if (dev == 0) {
|
if (dev == 0) {
|
||||||
printk(BIOS_WARNING, "eeprom not found\n");
|
printk(BIOS_WARNING, "EEPROM not found\n");
|
||||||
already_read = 1;
|
already_read = 1;
|
||||||
memset (uuid, 0, 16);
|
memset (uuid, 0, 16);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue