Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/ras/aest/aest-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static int dt_aest_build_interrupt(struct device_node *np,

of_property_read_string_index(np, "interrupt-names", 1, &name);

pr_warn("node %pOF: failed to map ERI IRQ: %d (interrupt-names[1]=\"%s\", want \"%s\")\n",
pr_debug("node %pOF: failed to map ERI IRQ: %d (interrupt-names[1]=\"%s\", want \"%s\")\n",
Comment thread
faruque-ansari marked this conversation as resolved.
np, eri_irq, name ?: "<missing>", "eri");
}

Expand Down