We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e4e1f commit e414c25Copy full SHA for e414c25
drivers/irqchip/irq-nvic.c
@@ -107,6 +107,7 @@ static int __init nvic_of_init(struct device_node *node,
107
108
if (!nvic_irq_domain) {
109
pr_warn("Failed to allocate irq domain\n");
110
+ iounmap(nvic_base);
111
return -ENOMEM;
112
}
113
@@ -116,6 +117,7 @@ static int __init nvic_of_init(struct device_node *node,
116
117
if (ret) {
118
pr_warn("Failed to allocate irq chips\n");
119
irq_domain_remove(nvic_irq_domain);
120
121
return ret;
122
123
0 commit comments