Re: [Intel-wired-lan] [PATCH v2] e1000e: Make watchdog use delayed work

2019-06-20 Thread Brown, Aaron F
On Tue, 2019-06-18 at 18:08 -0400, Detlev Casanova wrote: > Use delayed work instead of timers to run the watchdog of the e1000e > driver. > > Simplify the code with one less middle function. > > Signed-off-by: Detlev Casanova > --- > drivers/net/ethernet/intel/e1000e/e1000.h | 3 +- > driver

[PATCH v2] e1000e: Make watchdog use delayed work

2019-06-18 Thread Detlev Casanova
Use delayed work instead of timers to run the watchdog of the e1000e driver. Simplify the code with one less middle function. Signed-off-by: Detlev Casanova --- drivers/net/ethernet/intel/e1000e/e1000.h | 3 +- drivers/net/ethernet/intel/e1000e/netdev.c | 54 -- 2 files ch