Re: [PATCH v8 5/5] clocksource/timer-econet-en751221: Support EN751627 without percpu IRQ

From: Caleb James DeLisle

Date: Fri Sep 18 2026 - 11:54:36 EST


+ if (num_irqs > ARRAY_SIZE(econet_timer.irqs)) {
+ pr_err("%pOFn: Too many IRQs max %d got %d\n", np,
+ ARRAY_SIZE(econet_timer.irqs), num_irqs);
+ return -EINVAL;
+ }

Oh no, missed a git command before sending, please disregard :(