Hello build bot (Jenkins), Tim Wawrzynczak, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45623
to look at the new patch set (#4).
Change subject: ec/kontron: Fix control flow DEADCODE issue ......................................................................
ec/kontron: Fix control flow DEADCODE issue
Coverity detects DEADCODE issue in the control flow. Based on both of KEMPLD_CLK and KEMPLD_I2C_FREQ_STD definitions, execution cannot reach this statement "prescale = 0". This change removes this DEADCODE.
Found-by: Coverity CID 1431154 TEST=None
Signed-off-by: John Zhao john.zhao@intel.com Change-Id: Ic002e708636961358969b2c1eaec0fee5bbcb73a --- M src/ec/kontron/kempld/kempld_i2c.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/45623/4