Commit 1781cfa9 authored by Chas Williams's avatar Chas Williams Committed by Stephen Hemminger

[ATM]: In ambassador driver, use del_timer_sync instead.

parent 09f5156c
......@@ -2480,7 +2480,7 @@ static void __exit amb_module_exit (void) {
// paranoia
housekeeping.data = 0;
del_timer (&housekeeping);
del_timer_sync(&housekeeping);
while (amb_devs) {
dev = amb_devs;
......
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