Re: [PATCH net-next] net: dsa: b53: Do not fail when IRQ are not initialized

From: David Miller
Date: Thu Sep 13 2018 - 13:19:43 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Thu, 13 Sep 2018 09:50:45 -0700

> When the Device Tree is not providing the per-port interrupts, do not fail
> during b53_srab_irq_enable() but instead bail out gracefully. The SRAB driver
> is used on the BCM5301X (Northstar) platforms which do not yet have the SRAB
> interrupts wired up.
>
> Fixes: 16994374a6fc ("net: dsa: b53: Make SRAB driver manage port interrupts")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied, thanks Florian.