aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/pcf50606-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/pcf50606-core.c')
-rw-r--r--drivers/mfd/pcf50606-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50606-core.c b/drivers/mfd/pcf50606-core.c
index 83d5822e64e..741a432586a 100644
--- a/drivers/mfd/pcf50606-core.c
+++ b/drivers/mfd/pcf50606-core.c
@@ -606,7 +606,7 @@ static int pcf50606_probe(struct i2c_client *client,
if (enable_irq_wake(client->irq) < 0)
dev_info(pcf->dev, "IRQ %u cannot be enabled as wake-up source"
- "in this hardware revision", client->irq);
+ "in this hardware revision\n", client->irq);
ret = sysfs_create_group(&client->dev.kobj, &pcf_attr_group);
if (ret)