patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / net / irda / act200l-sir.c
index 4b7a227..dac04fa 100644 (file)
@@ -178,7 +178,7 @@ static int act200l_change_speed(struct sir_dev *dev, unsigned speed)
        /* Write control bytes */
        sirdev_raw_write(dev, control, 3);
        set_current_state(TASK_UNINTERRUPTIBLE);
-       schedule_timeout(MSECS_TO_JIFFIES(5));
+       schedule_timeout(msecs_to_jiffies(5));
 
        /* Go back to normal mode */
        sirdev_set_dtr_rts(dev, TRUE, TRUE);