mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 22:04:47 +08:00
spi/atmel: typo in debug message
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>
This commit is contained in:
parent
ef6510babf
commit
ee2007d299
@ -679,7 +679,7 @@ static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
|
|||||||
bits = (asd->csr >> 4) & 0xf;
|
bits = (asd->csr >> 4) & 0xf;
|
||||||
if (bits != xfer->bits_per_word - 8) {
|
if (bits != xfer->bits_per_word - 8) {
|
||||||
dev_dbg(&spi->dev, "you can't yet change "
|
dev_dbg(&spi->dev, "you can't yet change "
|
||||||
"bit_per_word in transfers\n");
|
"bits_per_word in transfers\n");
|
||||||
return -ENOPROTOOPT;
|
return -ENOPROTOOPT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user