kernel/net/bluetooth/hidp/core.c
.. .. @@ -433,7 +433,7 @@ 433 433 static void hidp_del_timer(struct hidp_session *session) 434 434 { 435 435 if (session->idle_to > 0) 436 - del_timer(&session->timer);436 + del_timer_sync(&session->timer);437 437 } 438 438 439 439 static void hidp_process_report(struct hidp_session *session, int type,