Skip to content

Commit 2d5b205

Browse files
committed
Merge tag 'irqchip-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull an irqchip fix from Marc Zyngier: - Fix regression introduced by the Mediatek workaround. Link: https://lore.kernel.org/lkml/20230531160549.433528-1-maz@kernel.org
2 parents 4115af4 + 9153934 commit 2d5b205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/irqchip/irq-gic-common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ void gic_enable_of_quirks(const struct device_node *np,
1616
const struct gic_quirk *quirks, void *data)
1717
{
1818
for (; quirks->desc; quirks++) {
19+
if (!quirks->compatible && !quirks->property)
20+
continue;
1921
if (quirks->compatible &&
2022
!of_device_is_compatible(np, quirks->compatible))
2123
continue;

0 commit comments

Comments
 (0)