[PATCH] e1000e: Make watchdog use delayed work

2019-06-17 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 | 52 +++--- 2 files ch

Re: [PATCH] e1000e: Make watchdog use delayed work

2019-06-17 Thread kbuild test robot
Hi Detlev, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on jkirsher-next-queue/dev-queue] [also build test WARNING on v5.2-rc5 next-20190617] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://gi

[PATCH] e1000e: Make watchdog use delayed work

2019-06-16 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 | 52 +++--- 2 files ch