aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f/it8772f.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-12-21 12:51:40 -0700
committerMartin Roth <martinroth@google.com>2015-12-25 21:51:23 +0100
commit0fa4f6f23d6bec4216e0be27526a009db50c8938 (patch)
treedfbf9f9e37e3456df249b1a049d50ebebce48897 /src/superio/ite/it8772f/it8772f.h
parentc89099641ee2a8a33d9a92e11751915472e249ff (diff)
cpu/allwinner/a10: Fix I2c speed calculation
Looking at the A10 datasheet, N should go in bits 2:0, but was being cleared by shifting it left by three bits, then anding it with 7. Fixes coverity warning: CID 1241888 (#1 of 1): Wrong operator used (CONSTANT_EXPRESSION_RESULT) operator_confusion: (n << 3) & (7U /* 7 << 0 */) is always 0 regardless of the values of its operands. This occurs as the bitwise second operand of '|'. Change-Id: I17e71a73adf37a62607e8e5865b1da749d7278aa Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12779 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/superio/ite/it8772f/it8772f.h')
0 files changed, 0 insertions, 0 deletions