On 04/22/2016 03:25 PM, Dan Carpenter wrote:
> 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 Carp
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
diff --git a/drivers/spi/spi-pic32-sqi.c b/driver
2 matches
Mail list logo