From ee2007d299ad4020115b193858817e6c57e95db5 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Sat, 16 Oct 2010 01:39:49 +0200 Subject: spi/atmel: typo in debug message This patches a typo in the debug message. Signed-off-by: Matthias Brugger Signed-off-by: Grant Likely --- drivers/spi/atmel_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/spi/atmel_spi.c') diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 5c03a5bb168a..154529aacc03 100644 --- 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"); + "bits_per_word in transfers\n"); return -ENOPROTOOPT; } } -- cgit v1.2.3