X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fspi%2Fspi-fsl-espi.c;h=43222d7532d16b66ff790d48e7b5eb85231a1051;hb=8a5dc585d50015af9c079ae2d182dc4c1cd22914;hp=b8f1103fe28ee63a4d5209f5f88466fdc84255af;hpb=b9b42eeb88d36cc7400925302f1587aaaa348905;p=mirror_ubuntu-zesty-kernel.git diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c index b8f1103fe28e..43222d7532d1 100644 --- a/drivers/spi/spi-fsl-espi.c +++ b/drivers/spi/spi-fsl-espi.c @@ -289,8 +289,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; }