Re: [PATCH v2 net-next 0/2] ATU and VTU irq fixes

2018-01-19 Thread David Miller
From: Andrew Lunn Date: Thu, 18 Jan 2018 17:42:48 +0100 > Further testing and code review found two sets of bugs. > > Core review found a cut/paste error in the irq setup code. > > A board which does not have an interrupt line from the switch to the > SoC, and experiancing an EPROBE_DEFER throw

[PATCH v2 net-next 0/2] ATU and VTU irq fixes

2018-01-18 Thread Andrew Lunn
Further testing and code review found two sets of bugs. Core review found a cut/paste error in the irq setup code. A board which does not have an interrupt line from the switch to the SoC, and experiancing an EPROBE_DEFER throw a splat when the ATU irq was freed but never registered. v2: Fix typ