diff options
Diffstat (limited to 'rust/kernel')
-rw-r--r-- | rust/kernel/time/hrtimer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/time/hrtimer.rs b/rust/kernel/time/hrtimer.rs index d6830b6bbee7..144e3b57cc78 100644 --- a/rust/kernel/time/hrtimer.rs +++ b/rust/kernel/time/hrtimer.rs @@ -398,7 +398,7 @@ pub unsafe trait HasHrTimer<T> { Self::c_timer_ptr(this).cast_mut(), expires.as_nanos(), 0, - <Self::TimerMode as HrTimerMode>::Clock::ID as u32, + <Self::TimerMode as HrTimerMode>::C_MODE, ); } } |