diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2025-05-16 02:20:39 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2025-05-16 02:20:39 +0300 |
commit | d51b9d81f7883f526b26e3ab903e646274aebeb1 (patch) | |
tree | 9027f2e9b9f7529eda9220c4bcb38e4541c81646 /net/lapb/lapb_iface.c | |
parent | 74d3da135f69a910df0f3487bebd3de540450d4a (diff) | |
parent | 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3 (diff) | |
download | linux-d51b9d81f7883f526b26e3ab903e646274aebeb1.tar.xz |
Merge tag 'v6.15-rc6' into next
Sync up with mainline to bring in xpad controller changes.
Diffstat (limited to 'net/lapb/lapb_iface.c')
-rw-r--r-- | net/lapb/lapb_iface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lapb/lapb_iface.c b/net/lapb/lapb_iface.c index 0971ca48ba15..a0596e1f91da 100644 --- a/net/lapb/lapb_iface.c +++ b/net/lapb/lapb_iface.c @@ -194,8 +194,8 @@ int lapb_unregister(struct net_device *dev) spin_unlock_bh(&lapb->lock); /* Wait for running timers to stop */ - del_timer_sync(&lapb->t1timer); - del_timer_sync(&lapb->t2timer); + timer_delete_sync(&lapb->t1timer); + timer_delete_sync(&lapb->t2timer); __lapb_remove_cb(lapb); |