These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / irda / irda-usb.c
index f6c9163..25f2196 100644 (file)
@@ -848,7 +848,9 @@ static void irda_usb_receive(struct urb *urb)
                 * Jean II */
                self->rx_defer_timer.function = irda_usb_rx_defer_expired;
                self->rx_defer_timer.data = (unsigned long) urb;
-               mod_timer(&self->rx_defer_timer, jiffies + (10 * HZ / 1000));
+               mod_timer(&self->rx_defer_timer,
+                         jiffies + msecs_to_jiffies(10));
+
                return;
        }