aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r--drivers/net/bnx2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 61debba873ac..f1e7204f78c9 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -3492,7 +3492,7 @@ bnx2_init_nvram(struct bnx2 *bp)
3492 /* Determine the selected interface. */ 3492 /* Determine the selected interface. */
3493 val = REG_RD(bp, BNX2_NVM_CFG1); 3493 val = REG_RD(bp, BNX2_NVM_CFG1);
3494 3494
3495 entry_count = sizeof(flash_table) / sizeof(struct flash_spec); 3495 entry_count = ARRAY_SIZE(flash_table);
3496 3496
3497 if (val & 0x40000000) { 3497 if (val & 0x40000000) {
3498 3498