[PATCH 3/7][ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.

Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
Signed-off-by: chas williams <[EMAIL PROTECTED]>

---
commit e9e4b3e9524fd445fcc06f56678a6b7f3d1d5f3a
tree 7edafbabdafaad229fb728c1c74e6bca60a0c58c
parent 6bab08f73e2c24665a523f15a4ebe4002be38a91
author Robert P. J. Day <[EMAIL PROTECTED]> Wed, 11 Jul 2007 12:23:43 -0400
committer chas williams - CONTRACTOR <[EMAIL PROTECTED]> Wed, 11 Jul 2007 
12:23:43 -0400

 drivers/atm/nicstarmac.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atm/nicstarmac.c b/drivers/atm/nicstarmac.c
index 480947f..842e26c 100644
--- a/drivers/atm/nicstarmac.c
+++ b/drivers/atm/nicstarmac.c
@@ -134,7 +134,7 @@ nicstar_read_eprom_status( virt_addr_t base )
/* Send read instruction */
val = NICSTAR_REG_READ( base, NICSTAR_REG_GENERAL_PURPOSE ) & 0xFFF0;
 
-   for (i=0; ihttp://vger.kernel.org/majordomo-info.html


Re: [PATCH 3/7][ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.

2007-07-16 Thread David Miller
From: "chas williams - CONTRACTOR" <[EMAIL PROTECTED]>
Date: Mon, 16 Jul 2007 12:30:29 -0400

> [ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.
> 
> Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
> Signed-off-by: chas williams <[EMAIL PROTECTED]>

Applied.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html