All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nish Aravamudan <nish.aravamudan@gmail.com>
To: "mchehab@brturbo.com.br" <mchehab@brturbo.com.br>
Cc: linux-kernel@vger.kernel.org, video4linux-list@redhat.com, akpm@osdl.org
Subject: Re: [PATCH 23/24] V4L: Include saa6588 compiler option and files / Fixes comments on tuner.h
Date: Mon, 5 Sep 2005 21:22:37 -0700	[thread overview]
Message-ID: <29495f1d050905212261c63be4@mail.gmail.com> (raw)
In-Reply-To: <431cb7f8.ifji6StBKz97ZtBQ%mchehab@brturbo.com.br>

On 9/5/05, mchehab@brturbo.com.br <mchehab@brturbo.com.br> 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

      reply	other threads:[~2005-09-06  4:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-05 21:26 [PATCH 23/24] V4L: Include saa6588 compiler option and files / Fixes comments on tuner.h mchehab
2005-09-06  4:22 ` Nish Aravamudan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29495f1d050905212261c63be4@mail.gmail.com \
    --to=nish.aravamudan@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@brturbo.com.br \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.