diff options
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 82b1cf0e2d18..833cb9b7f343 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -10881,7 +10881,7 @@ static void __devinit tg3_read_fw_ver(struct tg3 *tp) | |||
10881 | } | 10881 | } |
10882 | 10882 | ||
10883 | if (!(tp->tg3_flags & TG3_FLAG_ENABLE_ASF) || | 10883 | if (!(tp->tg3_flags & TG3_FLAG_ENABLE_ASF) || |
10884 | (tp->tg3_flags & TG3_FLG3_ENABLE_APE)) | 10884 | (tp->tg3_flags3 & TG3_FLG3_ENABLE_APE)) |
10885 | return; | 10885 | return; |
10886 | 10886 | ||
10887 | for (offset = TG3_NVM_DIR_START; | 10887 | for (offset = TG3_NVM_DIR_START; |