* [patch 1/9] e1000: irq naming update
@ 2006-07-07 6:58 akpm
2006-07-07 18:20 ` Auke Kok
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-07-07 6:58 UTC (permalink / raw)
To: jeff; +Cc: netdev, akpm, auke-jan.h.kok
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>
---
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)))
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 1/9] e1000: irq naming update
2006-07-07 6:58 [patch 1/9] e1000: irq naming update akpm
@ 2006-07-07 18:20 ` Auke Kok
0 siblings, 0 replies; 2+ messages in thread
From: Auke Kok @ 2006-07-07 18:20 UTC (permalink / raw)
To: jeff; +Cc: akpm, netdev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-07 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07 6:58 [patch 1/9] e1000: irq naming update akpm
2006-07-07 18:20 ` Auke Kok
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).