diff options
author | 2016-04-22 12:55:24 +0300 | |
---|---|---|
committer | 2016-04-22 16:25:41 +0100 | |
commit | 989ffc7bd6b0f5ea3423631981f87fde495a8acb (patch) | |
tree | 8126227b48426a7a5aaaaf11f4010d3774f36e38 /tools/perf/scripts/python | |
parent | spi: pic32-sqi: add SPI driver for PIC32 SQI controller. (diff) | |
download | linux-dev-989ffc7bd6b0f5ea3423631981f87fde495a8acb.tar.xz linux-dev-989ffc7bd6b0f5ea3423631981f87fde495a8acb.zip |
spi: pic32-sqi: silence array overflow warning
We read one element beyond the end of the array when we access
"rdesc[i + 1]" so it causes a static checker warning. It's harmless
because we write over it again on the next line. But let's just silence
the warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions