projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abd3e3
)
spi/s3c64xx: Correct indentation
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Sun, 12 Jan 2014 13:07:50 +0000
(14:07 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 13 Jan 2014 11:30:41 +0000
(11:30 +0000)
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-s3c64xx.c
b/drivers/spi/spi-s3c64xx.c
index b4ea9306cf35920022672b4492fec0fae08aa86a..ae907dde1371c9133c526ad66daf16155d03fbe9 100644
(file)
--- a/
drivers/spi/spi-s3c64xx.c
+++ b/
drivers/spi/spi-s3c64xx.c
@@
-890,7
+890,7
@@
static int s3c64xx_spi_transfer_one(struct spi_master *master,
unsigned long flags;
int use_dma;
-
reinit_completion(&sdd->xfer_completion);
+ reinit_completion(&sdd->xfer_completion);
/* Only BPW and Speed may change across transfers */
bpw = xfer->bits_per_word;