Re: [PATCH 1/6] net: mvmdio: disable interrupts in driver failure path

2017-04-10 Thread Andrew Lunn
On Mon, Apr 10, 2017 at 04:28:04PM +0100, Russell King wrote: > When the mvmdio driver has an interrupt, it enables the "done" interrupt > after requesting its interrupt handler. However, probe failure results > in the interrupt being left enabled. Disable it on the failure path. > > Signed-off-

[PATCH 1/6] net: mvmdio: disable interrupts in driver failure path

2017-04-10 Thread Russell King
When the mvmdio driver has an interrupt, it enables the "done" interrupt after requesting its interrupt handler. However, probe failure results in the interrupt being left enabled. Disable it on the failure path. Signed-off-by: Russell King --- drivers/net/ethernet/marvell/mvmdio.c | 2 ++ 1 f