Re: [PATCH net] skge: remove redundunt free_irq under spinlock

2017-12-13 Thread David Miller
From: Stephen Hemminger Date: Tue, 12 Dec 2017 10:30:29 -0800 > The code to handle multi-port SKGE boards was freeing IRQ > twice. The first one was under lock and might sleep. > > Signed-off-by: Stephen Hemminger > --- > Given that multi-port SKGE devices are very old and unlikely > to still b

[PATCH net] skge: remove redundunt free_irq under spinlock

2017-12-12 Thread Stephen Hemminger
The code to handle multi-port SKGE boards was freeing IRQ twice. The first one was under lock and might sleep. Signed-off-by: Stephen Hemminger --- Given that multi-port SKGE devices are very old and unlikely to still be in use. This patch does not need to go to stable. drivers/net/ethernet/mar