commit | 3a95cd2a0351e8bee5bc3fde00b668a4c5ade60b | [log] [tgz] |
---|---|---|
author | Julius Werner <jwerner@chromium.org> | Thu Aug 27 16:30:44 2020 -0700 |
committer | Julius Werner <jwerner@chromium.org> | Thu Aug 27 16:31:03 2020 -0700 |
tree | fadd25ce43972108ff1ba12423469fda16155e72 | |
parent | b426e0bacfb9d10de7ab498f127e49c6601657d3 [diff] |
qti: spmi_arb: Fix coverity integer conversion warnings Coverity warns about the risk of unintended sign-exension in some of the calculations in spmi_arb.c. While the actual numbers used are small enough that this cannot happen in practice, it's still a good idea to clean them up by explicitly making the constants used unsigned. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: Ia169e0f7c6b01b8041e8029e8c8d30ee596ba30d