diff options
author | Denis Cheng <crquan@gmail.com> | 2007-09-02 06:30:18 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:15 -0400 |
commit | ff8ac60948ba819b89e9c87083e8050fc2f89999 (patch) | |
tree | 611975d22d7ddd8c49a073c61e6e4b7c9523fedb /drivers/net/bnx2.c | |
parent | 10d024c1b2fd58af8362670d7d6e5ae52fc33353 (diff) |
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
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 | ||