Signed-off-by: Maxime Ripard <maxime.rip...@free-electrons.com>
---
 drivers/video/backlight/hx8357.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/backlight/hx8357.c b/drivers/video/backlight/hx8357.c
index 7c82561..6da8ebe 100644
--- a/drivers/video/backlight/hx8357.c
+++ b/drivers/video/backlight/hx8357.c
@@ -120,7 +120,7 @@ static int hx8357_spi_write_then_read(struct lcd_device 
*lcdev,
 
        ret = spi_sync(lcd->spi, &msg);
        if (ret < 0)
-               dev_err(&lcdev->dev, "Couldn't send SPI data.\n");
+               dev_err(&lcdev->dev, "Couldn't send SPI data\n");
 
        if (txlen)
                kfree(local_txbuf);
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to