Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee2007d2 authored by Matthias Brugger's avatar Matthias Brugger Committed by Grant Likely
Browse files

spi/atmel: typo in debug message



This patches a typo in the debug message.

Signed-off-by: default avatarMatthias Brugger <mensch0815@gmail.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent ef6510ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}
		}