diff options
| -rw-r--r-- | drivers/spi/spi-rspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c index b60862f58534..7a185bf431ed 100644 --- a/drivers/spi/spi-rspi.c +++ b/drivers/spi/spi-rspi.c | |||
| @@ -517,7 +517,7 @@ static void rspi_receive_init(struct rspi_data *rspi) | |||
| 517 | rspi_read16(rspi, RSPI_SPDR); /* dummy read */ | 517 | rspi_read16(rspi, RSPI_SPDR); /* dummy read */ |
| 518 | if (spsr & SPSR_OVRF) | 518 | if (spsr & SPSR_OVRF) |
| 519 | rspi_write8(rspi, rspi_read8(rspi, RSPI_SPSR) & ~SPSR_OVRF, | 519 | rspi_write8(rspi, rspi_read8(rspi, RSPI_SPSR) & ~SPSR_OVRF, |
| 520 | RSPI_SPCR); | 520 | RSPI_SPSR); |
| 521 | } | 521 | } |
| 522 | 522 | ||
| 523 | static int rspi_receive_pio(struct rspi_data *rspi, struct spi_message *mesg, | 523 | static int rspi_receive_pio(struct rspi_data *rspi, struct spi_message *mesg, |
