Commit d1cb4cc9 authored by Charles Keepax's avatar Charles Keepax Committed by Lee Jones

mfd: arizona: Correct error message for addition of main IRQ chip

Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent bcc36b40
......@@ -285,7 +285,7 @@ int arizona_irq_init(struct arizona *arizona)
IRQF_ONESHOT, -1, irq,
&arizona->irq_chip);
if (ret != 0) {
dev_err(arizona->dev, "Failed to add AOD IRQs: %d\n", ret);
dev_err(arizona->dev, "Failed to add main IRQs: %d\n", ret);
goto err_aod;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment