coreboot/src
Elyes HAOUAS 283b438f5c soc/intel/common/block/pcr: Remove unneded 'else'
'else' is not needed after a 'break' or 'return'.

Change-Id: Ib3371ef6edb85a47ed734dd2ff9ce94008aa4e65
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33336
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Vlado Cibic
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-06-21 08:33:35 +00:00
..
acpi
arch arch/x86/rdrand.c: Remove unneeded 'else' 2019-06-21 08:31:19 +00:00
commonlib commonlib: define cbtable tags as enum to identify conflicts 2019-06-18 10:37:51 +00:00
console console: Allow using vprintk() with disabled console 2019-06-11 17:29:02 +00:00
cpu Rampayload: Able to build coreboot without ramstage 2019-06-11 15:49:25 +00:00
device device/cpu_device.c: Use 'unsigned int' instead of 'unsigned' 2019-06-14 19:55:09 +00:00
drivers drivers/intel/fsp1_0/fastboot_cache: Remove unneeded 'else' 2019-06-21 08:31:46 +00:00
ec ec/kontron/kempld/kempld_i2c.c: Remove unneeded 'else' 2019-06-21 08:32:32 +00:00
include Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled 2019-06-13 04:40:05 +00:00
lib lib: Prevent memory leak on error path 2019-06-21 08:31:02 +00:00
mainboard mb/google/snappy: Remove unneeded 'else' 2019-06-21 08:32:57 +00:00
northbridge nb/amd/amdmct/mct: Remove duplicate if condition 2019-06-21 08:30:00 +00:00
security vboot: relocate code to log and clear recovery mode switch 2019-06-21 00:52:35 +00:00
soc soc/intel/common/block/pcr: Remove unneded 'else' 2019-06-21 08:33:35 +00:00
southbridge southbridge/intel/common/smbus: Add do_i2c_block_write() 2019-06-20 15:25:51 +00:00
superio superio/fintek/f71863fg: Remove variable set but not used 2019-05-25 18:20:15 +00:00
vendorcode vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests 2019-06-15 16:31:11 +00:00
Kconfig arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL 2019-06-15 17:24:44 +00:00