Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61193
b: refs/heads/master
c: 2db84a8
h: refs/heads/master
i:
  61191: 8afd2c6
v: v3
  • Loading branch information
Robert P. J. Day authored and David S. Miller committed Jul 18, 2007
1 parent 9a9fddb commit ebfa531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5492c4ed7a3fbbfa1a62db54e4934fd0b6a45ac
refs/heads/master: 2db84a8699db45c1c62dccdad61323eab56c111e
2 changes: 1 addition & 1 deletion trunk/drivers/atm/nicstarmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ nicstar_read_eprom_status( virt_addr_t base )
/* Send read instruction */
val = NICSTAR_REG_READ( base, NICSTAR_REG_GENERAL_PURPOSE ) & 0xFFFFFFF0;

for (i=0; i<sizeof rdsrtab/sizeof rdsrtab[0]; i++)
for (i=0; i<ARRAY_SIZE(rdsrtab); i++)
{
NICSTAR_REG_WRITE( base, NICSTAR_REG_GENERAL_PURPOSE,
(val | rdsrtab[i]) );
Expand Down

0 comments on commit ebfa531

Please sign in to comment.