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.
2 parents 4115af4 + 9153934 commit 2d5b205Copy full SHA for 2d5b205
drivers/irqchip/irq-gic-common.c
@@ -16,6 +16,8 @@ void gic_enable_of_quirks(const struct device_node *np,
16
const struct gic_quirk *quirks, void *data)
17
{
18
for (; quirks->desc; quirks++) {
19
+ if (!quirks->compatible && !quirks->property)
20
+ continue;
21
if (quirks->compatible &&
22
!of_device_is_compatible(np, quirks->compatible))
23
continue;
0 commit comments