spi: rspi: Fix typo when clearing SPSR_OVRF
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Mon, 23 Dec 2013 18:34:24 +0000 (19:34 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 24 Dec 2013 13:12:07 +0000 (13:12 +0000)
commitdf900e678308d7fa1290681bfc336716b084b3c5
treec57e28d3a61c352755c962a0e52402d5ed281f99
parentefd85acb4f2118348fc3a7c831872d5e70c7bec0
spi: rspi: Fix typo when clearing SPSR_OVRF

The overrun flag should be cleared in the SPI Status Register, not in the
SPI Control Register, based on the SDK sample code.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-rspi.c