Re: [PATCH 2/6] net: mvmdio: fix interrupt disable in remove path

2017-04-10 Thread Andrew Lunn
On Mon, Apr 10, 2017 at 04:28:09PM +0100, Russell King wrote: > The pre-existing write to disable interrupts on the remove path happens > whether we have an interrupt or not. While this may seem to be a good > idea, this driver is re-used in many different implementations, some > where the binding

[PATCH 2/6] net: mvmdio: fix interrupt disable in remove path

2017-04-10 Thread Russell King
The pre-existing write to disable interrupts on the remove path happens whether we have an interrupt or not. While this may seem to be a good idea, this driver is re-used in many different implementations, some where the binding only specifies four bytes of register space. This access causes us t