Files
android_kernel_xiaomi_sm8450/drivers/spi
Dan Carpenter 989ffc7bd6 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>
2016-04-22 16:25:41 +01:00
..
2015-09-16 17:42:28 +01:00
2015-12-07 20:09:09 +00:00
2014-12-22 15:32:42 +00:00
2015-03-17 12:15:22 +00:00