netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Auke Kok <auke-jan.h.kok@intel.com>
To: jeff@garzik.org
Cc: akpm@osdl.org, netdev@vger.kernel.org
Subject: Re: [patch 1/9] e1000: irq naming update
Date: Fri, 07 Jul 2006 11:20:38 -0700	[thread overview]
Message-ID: <44AEA5F6.1020801@intel.com> (raw)
In-Reply-To: <200607070658.k676wJcD030362@shell0.pdx.osdl.net>

akpm@osdl.org wrote:
> From: Andrew Morton <akpm@osdl.org>
> 
> Use the new names.
> 
> Cc: Auke Kok <auke-jan.h.kok@intel.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@osdl.org>

Of course. I'll check on ixgb.

Add my "Acked-by: Auke Kok <auke-jan.h.kok@intel.com>"

cheers,

Auke

> ---
> 
>  drivers/net/e1000/e1000_main.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN drivers/net/e1000/e1000_main.c~e1000-irq-naming-update drivers/net/e1000/e1000_main.c
> --- a/drivers/net/e1000/e1000_main.c~e1000-irq-naming-update
> +++ a/drivers/net/e1000/e1000_main.c
> @@ -283,7 +283,7 @@ static int e1000_request_irq(struct e100
>  		}
>  	}
>  	if (adapter->have_msi)
> -		flags &= ~SA_SHIRQ;
> +		flags &= ~IRQF_SHARED;
>  #endif
>  	if ((err = request_irq(adapter->pdev->irq, &e1000_intr, flags,
>  	                       netdev->name, netdev)))
> _
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2006-07-07 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-07  6:58 [patch 1/9] e1000: irq naming update akpm
2006-07-07 18:20 ` Auke Kok [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=44AEA5F6.1020801@intel.com \
    --to=auke-jan.h.kok@intel.com \
    --cc=akpm@osdl.org \
    --cc=jeff@garzik.org \
    --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).