diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-21 09:12:44 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-04-27 20:09:04 +0300 |
commit | 8a350183010a5557287a10c2a13b1a4cbaa7b130 (patch) | |
tree | 804437dba4669e8bd910b5ff0bf2f73f66899dbc /drivers/i2c/busses/i2c-uniphier-f.c | |
parent | f3a36fbdd359608bf73d674533cc419bf7e65aae (diff) | |
download | linux-8a350183010a5557287a10c2a13b1a4cbaa7b130.tar.xz |
i2c: uniphier: add "\n" at the end of error log
Just in case.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-uniphier-f.c')
-rw-r--r-- | drivers/i2c/busses/i2c-uniphier-f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-uniphier-f.c b/drivers/i2c/busses/i2c-uniphier-f.c index 213ba55e17c3..aeead0d27d10 100644 --- a/drivers/i2c/busses/i2c-uniphier-f.c +++ b/drivers/i2c/busses/i2c-uniphier-f.c @@ -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; } |