You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To align with the changes introduced in Linux kernel version 6.15,
this commit replaces the deprecated del_timer_sync() with
timer_delete_sync(), which now serves as its functional replacement.
The function parameters remain unchanged, making this a direct
drop-in fix.
ref:
torvalds/linux@9b13df3
0 commit comments