Commit 57f5a17e authored by David Mosberger's avatar David Mosberger

ia64: Fix typo in do_settimeofday().

parent 4cca83db
...@@ -130,7 +130,7 @@ do_settimeofday (struct timeval *tv) ...@@ -130,7 +130,7 @@ do_settimeofday (struct timeval *tv)
time_maxerror = NTP_PHASE_LIMIT; time_maxerror = NTP_PHASE_LIMIT;
time_esterror = NTP_PHASE_LIMIT; time_esterror = NTP_PHASE_LIMIT;
if (update_wall_time_hook) if (update_wall_time_hook)
(*update_wall_time_hook)(); (*reset_wall_time_hook)();
} }
write_sequnlock_irq(&xtime_lock); write_sequnlock_irq(&xtime_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment