spi/atmel: typo in debug message
authorMatthias Brugger <matthias.bgg@googlemail.com>
Fri, 15 Oct 2010 23:39:49 +0000 (01:39 +0200)
committerGrant 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

index 5c03a5b..154529a 100644 (file)
@@ -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;
                        }
                }