netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
To: Libin <huawei.libin@huawei.com>
Cc: <davem@davemloft.net>, <hsweeten@visionengravers.com>,
	<gregkh@linuxfoundation.org>, <tedheadster@gmail.com>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<dingtianhong@huawei.com>
Subject: Re: [PATCH] drivers/net: Fix potential incorrect call for udelay()
Date: Mon, 23 Dec 2013 11:26:37 +0000	[thread overview]
Message-ID: <20131223112637.46ae42e3@alan.etchedpixels.co.uk> (raw)
In-Reply-To: <1387791224-29320-1-git-send-email-huawei.libin@huawei.com>

On Mon, 23 Dec 2013 17:33:44 +0800
Libin <huawei.libin@huawei.com> wrote:

> From: Li Bin <huawei.libin@huawei.com>
> 
> The variable delay_time as a module parameter can be set a value
> exceeding the limit of the udelay function. This patch checks the
> delay_time value to select mdelay() or udelay().
> 
> Signed-off-by: Li Bin <huawei.libin@huawei.com>

Nobody should need to set a delay time that long, so this seems a rather
surplus check.

Alan

  reply	other threads:[~2013-12-23 11:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-23  9:33 [PATCH] drivers/net: Fix potential incorrect call for udelay() Libin
2013-12-23 11:26 ` One Thousand Gnomes [this message]
2013-12-24  3:22 ` tingwei liu

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=20131223112637.46ae42e3@alan.etchedpixels.co.uk \
    --to=gnomes@lxorguk.ukuu.org.uk \
    --cc=davem@davemloft.net \
    --cc=dingtianhong@huawei.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=huawei.libin@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=tedheadster@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).