X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fspi%2Fspi-fsl-espi.c;h=aa40296f7d96c16101ae68c87e47e4fb2763fb45;hb=ef5bfcc8f2afb0fa3ee1a38a80bf1b16a9a0d01e;hp=b8f1103fe28ee63a4d5209f5f88466fdc84255af;hpb=aab5d23ef9934a2421ad46cbb15e097f87464692;p=karo-tx-linux.git diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c index b8f1103fe28e..aa40296f7d96 100644 --- a/drivers/spi/spi-fsl-espi.c +++ b/drivers/spi/spi-fsl-espi.c @@ -16,6 +16,8 @@ #include #include #include +#include +#include #include #include #include @@ -289,8 +291,8 @@ static void fsl_espi_do_trans(struct spi_message *m, if ((first->bits_per_word != t->bits_per_word) || (first->speed_hz != t->speed_hz)) { espi_trans->status = -EINVAL; - dev_err(mspi->dev, "bits_per_word/speed_hz should be" - " same for the same SPI transfer\n"); + dev_err(mspi->dev, + "bits_per_word/speed_hz should be same for the same SPI transfer\n"); return; }