projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c05e8
)
spi: sh-msiof: Typo in comment s/tx/rx/
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Thu, 20 Feb 2014 14:43:01 +0000
(15:43 +0100)
committer
Mark Brown
<broonie@linaro.org>
Sat, 22 Feb 2014 03:11:06 +0000
(12:11 +0900)
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-sh-msiof.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-sh-msiof.c
b/drivers/spi/spi-sh-msiof.c
index 21ac8f6686823d44c090f84379cd7fa2c89525e8..5eded247fce449e0a31aad9723c2229bcf73e75d 100644
(file)
--- 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,
/* clear status bits */
sh_msiof_reset_str(p);
- /* shut down frame,
t
x/tx and clock signals */
+ /* shut down frame,
r
x/tx and clock signals */
ret = sh_msiof_modify_ctr_wait(p, CTR_TFSE, 0);
ret = ret ? ret : sh_msiof_modify_ctr_wait(p, CTR_TXE, 0);
if (rx_buf)