mfd: arizona: Log if we fail to create the primary IRQ domain
This is the only thing in probe for which we don't log an error. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
c2ace4fdd0
commit
b7dea5dc5b
|
@ -223,6 +223,7 @@ int arizona_irq_init(struct arizona *arizona)
|
|||
arizona->virq = irq_domain_add_linear(NULL, 2, &arizona_domain_ops,
|
||||
arizona);
|
||||
if (!arizona->virq) {
|
||||
dev_err(arizona->dev, "Failed to add core IRQ domain\n");
|
||||
ret = -EINVAL;
|
||||
goto err;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue