mirror of https://gitee.com/openkylin/linux.git
mfd: arizona: Correct error message for addition of main IRQ chip
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
bcc36b40db
commit
d1cb4cc905
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue