]> git.itanic.dy.fi Git - linux-stable/commit
wireguard: timers: move to using timer_delete_sync
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 3 Jul 2023 01:27:06 +0000 (03:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2023 08:17:52 +0000 (09:17 +0100)
commit326534e837c731496bdf0e02a8a61e987eb3bed0
tree178ec7c903d93492bfaf0de2bf7c9350b112975a
parentf58d0a9b4c6a7a5199c3af967e43cc8b654604d4
wireguard: timers: move to using timer_delete_sync

The documentation says that del_timer_sync is obsolete, and code should
use the equivalent timer_delete_sync instead, so switch to it.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireguard/timers.c