netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Alexey Dobriyan <adobriyan@sw.ru>
Cc: netdev@vger.kernel.org, fthain@telegraphics.com.au
Subject: Re: macmace: use "unsigned long flags;"
Date: Tue, 10 Jul 2007 12:42:40 -0400	[thread overview]
Message-ID: <4693B700.8050302@garzik.org> (raw)
In-Reply-To: <20070706145713.GC11067@localhost.sw.ru>

Alexey Dobriyan wrote:
> Code will do local_irq_save() on it.
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
> ---
> 
>  drivers/net/macmace.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/net/macmace.c
> +++ b/drivers/net/macmace.c
> @@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
>  	struct mace_data *mp = netdev_priv(dev);
>  	volatile struct mace *mb = mp->mace;
>  	int intr, fs;
> -	unsigned int flags;
> +	unsigned long flags;

applied



      reply	other threads:[~2007-07-10 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-06 14:57 macmace: use "unsigned long flags;" Alexey Dobriyan
2007-07-10 16:42 ` Jeff Garzik [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=4693B700.8050302@garzik.org \
    --to=jeff@garzik.org \
    --cc=adobriyan@sw.ru \
    --cc=fthain@telegraphics.com.au \
    --cc=netdev@vger.kernel.org \
    /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).