Re: [PATCH 23/24] V4L: Include saa6588 compiler option and files / Fixes comments on tuner.h

From: Nish Aravamudan
Date: Mon Sep 05 2005 - 23:23:24 EST


On 9/5/05, mchehab@xxxxxxxxxxxxxx <mchehab@xxxxxxxxxxxxxx> wrote:
>

Can this:

+static void saa6588_work(void *data)
+{
+ struct saa6588 *s = (struct saa6588 *)data;
+
+ saa6588_i2c_poll(s);
+ mod_timer(&s->timer, jiffies + HZ / 50); /* 20 msec */
+}
+

be:

mod_timer(&s->timer, jiffies + msecs_to_jiffies(20));

?

Thanks,
Nish
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/