Re: [PATCH v2 net-next 0/6] Fixes for the MV88e6xxx interrupt code
From: David Miller <davem@davemloft.net> Date: 2016-11-21 02:16:42
From: Andrew Lunn <andrew@lunn.ch>
Date: Sun, 20 Nov 2016 20:14:13 +0100
The interrupt code was never tested with a board who's probing
resulted in an -EPROBE_DEFFERED. So the clean up paths never got
tested. I now do have -EPROBE_DEFFERED, and things break badly during
cleanup. These are the fixes.
This is fixing code in net-next.
v2:
Fix typo pointed out by David Miller