diff options
-rw-r--r-- | drivers/spi/spi-sh-msiof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c index 21ac8f668682..5eded247fce4 100644 --- a/drivers/spi/spi-sh-msiof.c +++ b/drivers/spi/spi-sh-msiof.c | |||
@@ -487,7 +487,7 @@ static int sh_msiof_spi_txrx_once(struct sh_msiof_spi_priv *p, | |||
487 | /* clear status bits */ | 487 | /* clear status bits */ |
488 | sh_msiof_reset_str(p); | 488 | sh_msiof_reset_str(p); |
489 | 489 | ||
490 | /* shut down frame, tx/tx and clock signals */ | 490 | /* shut down frame, rx/tx and clock signals */ |
491 | ret = sh_msiof_modify_ctr_wait(p, CTR_TFSE, 0); | 491 | ret = sh_msiof_modify_ctr_wait(p, CTR_TFSE, 0); |
492 | ret = ret ? ret : sh_msiof_modify_ctr_wait(p, CTR_TXE, 0); | 492 | ret = ret ? ret : sh_msiof_modify_ctr_wait(p, CTR_TXE, 0); |
493 | if (rx_buf) | 493 | if (rx_buf) |