Re: [PATCH net] ocelot: Cancel delayed work before wq destruction

2019-07-26 Thread David Miller
From: Claudiu Manoil Date: Thu, 25 Jul 2019 16:33:18 +0300 > Make sure the delayed work for stats update is not pending before > wq destruction. > This fixes the module unload path. > The issue is there since day 1. > > Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support") > > Si

Re: [PATCH net] ocelot: Cancel delayed work before wq destruction

2019-07-25 Thread Alexandre Belloni
On 25/07/2019 16:33:18+0300, Claudiu Manoil wrote: > Make sure the delayed work for stats update is not pending before > wq destruction. > This fixes the module unload path. > The issue is there since day 1. > > Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support") > > Signed-off-b

[PATCH net] ocelot: Cancel delayed work before wq destruction

2019-07-25 Thread Claudiu Manoil
Make sure the delayed work for stats update is not pending before wq destruction. This fixes the module unload path. The issue is there since day 1. Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support") Signed-off-by: Claudiu Manoil --- drivers/net/ethernet/mscc/ocelot.c | 1 + 1