Skip to content

Commit

Permalink
spi/atmel: typo in debug message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthias Brugger authored and Grant Likely committed Oct 16, 2010
1 parent ef6510b commit ee2007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/atmel_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit ee2007d

Please sign in to comment.