irq-ath79-intc: add missing \n

Needed to make the dmesg output normal.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22981
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
Rosen Penev 2026-04-23 13:09:36 -07:00 committed by Jonas Jelonek
parent 00841615f1
commit faf8f3760d
No known key found for this signature in database

View file

@ -141,7 +141,7 @@ static int __init ath79_intc_of_init(
intc->irq = irq_of_parse_and_map(node, 0);
if (!intc->irq) {
pr_err("Failed to get INTC IRQ");
pr_err("Failed to get INTC IRQ\n");
err = -EINVAL;
goto err;
}