Randy Dunlap wrote:
On Wed, 7 Mar 2007 16:23:15 -0800 Andrew Morton wrote:The below will apppear in -rc3-mm1 (hopefully later today) and it will hopefully fix that crash. From: Auke Kok <[EMAIL PROTECTED]> --- drivers/net/e1000/e1000_main.c | 66 +++++++++++++++++++++---------- 1 files changed, 45 insertions(+), 21 deletions(-) diff -puN drivers/net/e1000/e1000_main.c~e1000-fix-be-ready-for-incoming-irq-at-pci_request_irq drivers/net/e1000/e1000_main.c --- a/drivers/net/e1000/e1000_main.c~e1000-fix-be-ready-for-incoming-irq-at-pci_request_irq +++ a/drivers/net/e1000/e1000_main.c @@ -522,14 +522,15 @@ e1000_release_manageability(struct e1000 } }Auke: Below, please s/@adapter =/@adapter:/ to make it be correct kernel-doc notation.
ah, sorry about that :) I'll adjust it later when doing some more cleanups. Thanks for the pointer. Auke - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

