Re: [PATCH net-next 1/2] ionic: stop watchdog timer earlier on remove

2020-09-29 Thread Jakub Kicinski
On Tue, 29 Sep 2020 15:19:55 -0700 Shannon Nelson wrote: > We need to be better at making sure we don't have a link check > watchdog go off while we're shutting things down, so let's stop > the timer as soon as we start the remove. > > Meanwhile, since that was the only thing in > ionic_dev_teardo

[PATCH net-next 1/2] ionic: stop watchdog timer earlier on remove

2020-09-29 Thread Shannon Nelson
We need to be better at making sure we don't have a link check watchdog go off while we're shutting things down, so let's stop the timer as soon as we start the remove. Meanwhile, since that was the only thing in ionic_dev_teardown(), simplify and remove that function. Signed-off-by: Shannon Nels