Merge branch 'mV88e6xxx-interrupt-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2016 02:16:14 +0000 (21:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2016 02:16:14 +0000 (21:16 -0500)
commitf81a8a02bb3b3e882ba6aa580230c13b5be64849
treee7ebf535c6dbecc76ff7cf175ec49947047936db
parentc72d8cdaa5dbd3baf918046ee5149ab69330923e
parent61f7c3f8032c840da4fb6b8a8714cb31e0b8ace8
Merge branch 'mV88e6xxx-interrupt-fixes'

Andrew Lunn says:

====================
Fixes for the MV88e6xxx interrupt code

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>