525.125.06

This commit is contained in:
Maneet Singh
2023-06-27 14:38:03 -07:00
parent ad22fd4262
commit 1f3ce1beab
108 changed files with 7969 additions and 5966 deletions

View File

@@ -213,7 +213,7 @@ void NV_API_CALL nv_cancel_nano_timer(
#if NV_NANO_TIMER_USE_HRTIMER
hrtimer_cancel(&nv_nstimer->hr_timer);
#else
del_timer(&nv_nstimer->jiffy_timer);
del_timer_sync(&nv_nstimer->jiffy_timer);
#endif
}