Skip to content

Commit

Permalink
Automatic merge of 'fixes-test' into merge-test (2024-10-18 12:07)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Oct 18, 2024
2 parents 73df338 + cf8989d commit 7f387e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/powernv/opal-irqchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ int __init opal_event_init(void)
name, NULL);
if (rc) {
pr_warn("Error %d requesting OPAL irq %d\n", rc, (int)r->start);
kfree(name);
continue;
}
}
Expand Down

0 comments on commit 7f387e1

Please sign in to comment.