diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-02-20 09:43:01 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-21 22:11:06 -0500 |
commit | a669c11a0df07477afbfeb53bc9d8fc989d1ed59 (patch) | |
tree | e6665668aab4f931f242bc68d5d20f666b3bbd80 | |
parent | f7c05e837df794d2aaf19174269a270c93a52eca (diff) |
spi: sh-msiof: Typo in comment s/tx/rx/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
-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) |