提交 ee2007d2 编写于 作者: M Matthias Brugger 提交者: Grant Likely

spi/atmel: typo in debug message

This patches a typo in the debug message.
Signed-off-by: NMatthias Brugger <mensch0815@gmail.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 ef6510ba
......@@ -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");
"bits_per_word in transfers\n");
return -ENOPROTOOPT;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册