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:
20a588f
)
spi/dw_spi: fixed a spelling typo in a warning message.
author
George Shore
<george@georgeshore.com>
Thu, 21 Jan 2010 11:40:50 +0000
(11:40 +0000)
committer
Grant Likely
<grant.likely@secretlab.ca>
Thu, 21 Jan 2010 14:24:43 +0000
(07:24 -0700)
Signed-off-by: George Shore <george@georgeshore.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/dw_spi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/dw_spi.c
b/drivers/spi/dw_spi.c
index cf945a4cc419c1e66a4849c8160c7c05e63914e2..d0a080a5b5981e5a37e75f7f25ce2a17773429cc 100644
(file)
--- a/
drivers/spi/dw_spi.c
+++ b/
drivers/spi/dw_spi.c
@@
-169,7
+169,7
@@
static void wait_till_not_busy(struct dw_spi *dws)
return;
}
dev_err(&dws->master->dev,
- "DW SPI: St
u
tus keeps busy for 1000us after a read/write!\n");
+ "DW SPI: St
a
tus keeps busy for 1000us after a read/write!\n");
}
static void flush(struct dw_spi *dws)