diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:51:08 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-21 15:51:52 +0000 |
commit | d161a2fafd14700b133b1deca7b8a9a5ca1c5283 (patch) | |
tree | cf091c2582e17442eb5096322b3c0f328cdbffa0 /src/drivers/i2c/at24rf08c | |
parent | 490546f191cf2aa1aceec97b7d0503f4fb4408f4 (diff) |
src/drivers: Drop unneeded empty lines
Change-Id: I202e5d285612b9bf237b588ea3c006187623fdc3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44609
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/drivers/i2c/at24rf08c')
-rw-r--r-- | src/drivers/i2c/at24rf08c/lenovo_serials.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c index 36e7ab2638..bc01969b5a 100644 --- a/src/drivers/i2c/at24rf08c/lenovo_serials.c +++ b/src/drivers/i2c/at24rf08c/lenovo_serials.c @@ -113,7 +113,6 @@ void smbios_system_set_uuid(u8 *uuid) 3, 2, 1, 0, 5, 4, 7, 6, 8, 9, 10, 11, 12, 13, 14, 15 }; - if (already_read) { memcpy(uuid, result, 16); return; |