Re: [PATCH 3/13] tg3: APE flag fix

2007-11-12 Thread David Miller
From: Matt Carlson [EMAIL PROTECTED] Date: Fri, 09 Nov 2007 16:38:43 -0800 This patch corrects a bug where the ENABLE_APE flag was tested against the wrong flag variable. Signed-off-by: Matt Carlson [EMAIL PROTECTED] Signed-off-by: Michael Chan [EMAIL PROTECTED] Good catch, patch applied.

[PATCH 3/13] tg3: APE flag fix

2007-11-09 Thread Matt Carlson
This patch corrects a bug where the ENABLE_APE flag was tested against the wrong flag variable. Signed-off-by: Matt Carlson [EMAIL PROTECTED] Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 82b1cf0..833cb9b 100644 --- a/drivers/net/tg3.c +++