i2c: uniphier: add "\n" at the end of error log
[cascardo/linux.git] / drivers / i2c / busses / i2c-uniphier-f.c
index 213ba55..aeead0d 100644 (file)
@@ -524,7 +524,7 @@ static int uniphier_fi2c_probe(struct platform_device *pdev)
 
        irq = platform_get_irq(pdev, 0);
        if (irq < 0) {
-               dev_err(dev, "failed to get IRQ number");
+               dev_err(dev, "failed to get IRQ number\n");
                return irq;
        }