commit | 8827a642a4635d5e696037f9213cb1d015d4cec3 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Wed Oct 28 16:42:45 2015 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 14 08:44:01 2016 +0000 |
tree | 1b9ea0245a2cf737ef7ad6ae2fe27545e4d485dd | |
parent | 2756db6c63662a179d1a59be2c0fa260dbd1b2fc [diff] |
mfd: cros_ec_spi: Repair comparison ordering issue WARNING: Comparisons should place the constant on the right side of the test + BUG_ON(EC_MSG_PREAMBLE_COUNT > ec_dev->din_size); WARNING: Comparisons should place the constant on the right side of the test + BUG_ON(EC_MSG_PREAMBLE_COUNT > ec_dev->din_size); total: 0 errors, 2 warnings, 731 lines checked Signed-off-by: Lee Jones <lee.jones@linaro.org>