commit | 9694c2104cd247aab0e6462e0bc6acabe808b470 | [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 | a4c979ade4438dfdd69c1b6e23b64e88eb648183 [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