RE: [EXT] Re: [PATCH v2] mwifiex: don't call del_timer_sync() on uninitialized timer
From: Ganapathi Bhat <hidden>
Date: 2020-08-27 04:50:08
Also in:
linux-usb, lkml, netdev
From: Ganapathi Bhat <hidden>
Date: 2020-08-27 04:50:08
Also in:
linux-usb, lkml, netdev
Hi Tetsuo,
quoted
"grep -FrB1 'del_timer' drivers/ | grep -FA1 '.function)'" says that currently there are 28 locations which call del_timer[_sync]() only if that timer's function field was initialized (because timer_setup() sets that timer's function field). Therefore, let's use same approach here.
Thanks for the change, it look cleaner than my re-work; Acked-by: Ganapathi Bhat <redacted> Regards, Ganapathi