hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/bluetooth/hidp/core.c
....@@ -433,7 +433,7 @@
433433 static void hidp_del_timer(struct hidp_session *session)
434434 {
435435 if (session->idle_to > 0)
436
- del_timer(&session->timer);
436
+ del_timer_sync(&session->timer);
437437 }
438438
439439 static void hidp_process_report(struct hidp_session *session, int type,