diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-28 17:42:45 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-14 09:44:01 +0100 |
commit | 8827a642a4635d5e696037f9213cb1d015d4cec3 (patch) | |
tree | 1b9ea0245a2cf737ef7ad6ae2fe27545e4d485dd /drivers/mfd/da903x.c | |
parent | mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue. (diff) | |
download | linux-8827a642a4635d5e696037f9213cb1d015d4cec3.tar.xz linux-8827a642a4635d5e696037f9213cb1d015d4cec3.zip |
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>
Diffstat (limited to 'drivers/mfd/da903x.c')
0 files changed, 0 insertions, 0 deletions