USB: ehci - fix timer regression
[deliverable/linux.git] / drivers / usb / host / ohci-q.c
index 51817322232b453a5f6c881809d542e9315e0f76..9c9f3b59186f6c65d3d33cbfa16dced198de10eb 100644 (file)
@@ -169,7 +169,7 @@ static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed)
        if (quirk_zfmicro(ohci)
                        && (ed->type == PIPE_INTERRUPT)
                        && !(ohci->eds_scheduled++))
-               mod_timer(&ohci->unlink_watchdog, round_jiffies_relative(HZ));
+               mod_timer(&ohci->unlink_watchdog, round_jiffies(jiffies + HZ));
        wmb ();
 
        /* we care about rm_list when setting CLE/BLE in case the HC was at
This page took 0.025154 seconds and 5 git commands to generate.