From: Andrew Morton <akpm@linux-foundation.org>
To: Ondrej Zajicek <santiago@crfreenet.org>
Cc: olivers137@aol.com, wim@iguana.be, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] it87_wdt: Add support for watchdogs with 8b timers
Date: Tue, 21 Sep 2010 16:43:50 -0700 [thread overview]
Message-ID: <20100921164350.82de425e.akpm@linux-foundation.org> (raw)
In-Reply-To: <20100914005416.GB25251@localhost>
On Tue, 14 Sep 2010 02:54:16 +0200
Ondrej Zajicek <santiago@crfreenet.org> wrote:
> +static int wdt_round_time(int t)
> +{
> + t += 59;
> + t -= t % 60;
> + return t;
> +}
fwiw, we could use kernel.h's roundup() here.
prev parent reply other threads:[~2010-09-21 23:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-14 0:54 [PATCH] it87_wdt: Add support for watchdogs with 8b timers Ondrej Zajicek
2010-09-21 23:43 ` Andrew Morton [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=20100921164350.82de425e.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olivers137@aol.com \
--cc=santiago@crfreenet.org \
--cc=wim@iguana.be \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox