projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6510b
)
spi/atmel: typo in debug message
author
Matthias Brugger
<matthias.bgg@googlemail.com>
Fri, 15 Oct 2010 23:39:49 +0000
(
01:39
+0200)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sat, 16 Oct 2010 03:56:00 +0000
(21:56 -0600)
This patches a typo in the debug message.
Signed-off-by: Matthias Brugger <mensch0815@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/atmel_spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/atmel_spi.c
b/drivers/spi/atmel_spi.c
index 5c03a5bb168a12f74433c775aa72394a471c1b27..154529aacc037e332b005c418659089d80d5c9c5 100644
(file)
--- a/
drivers/spi/atmel_spi.c
+++ b/
drivers/spi/atmel_spi.c
@@
-679,7
+679,7
@@
static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
bits = (asd->csr >> 4) & 0xf;
if (bits != xfer->bits_per_word - 8) {
dev_dbg(&spi->dev, "you can't yet change "
- "bit_per_word in transfers\n");
+ "bit
s
_per_word in transfers\n");
return -ENOPROTOOPT;
}
}