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

Commit 01b9e041 authored by Jingoo Han's avatar Jingoo Han Committed by Mark Brown
Browse files

spi: atmel: Fix checkpatch issue



Fix the following checkpatch warning.

  WARNING: quoted string split across lines

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent a536d765
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1401,8 +1401,7 @@ static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
			asd = spi->controller_state;
			bits = (asd->csr >> 4) & 0xf;
			if (bits != xfer->bits_per_word - 8) {
				dev_dbg(&spi->dev, "you can't yet change "
					 "bits_per_word in transfers\n");
				dev_dbg(&spi->dev, "you can't yet change bits_per_word in transfers\n");
				return -ENOPROTOOPT;
			}
		}