diff options
Diffstat (limited to 'net/bluetooth/hidp/core.c')
| -rw-r--r-- | net/bluetooth/hidp/core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index bed1a7b9205c..707f229f896a 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c @@ -433,7 +433,7 @@ static void hidp_set_timer(struct hidp_session *session)  static void hidp_del_timer(struct hidp_session *session)  {  	if (session->idle_to > 0) -		del_timer(&session->timer); +		del_timer_sync(&session->timer);  }  static void hidp_process_report(struct hidp_session *session, int type,  |