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:
parent
00841615f1
commit
faf8f3760d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue