Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48890
b: refs/heads/master
c: eeea82f
h: refs/heads/master
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Russell King committed Feb 11, 2007
1 parent 7517e0e commit ac098b2
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: 00584719b569accd039543f6bd2ac7c23c92d07f
refs/heads/master: eeea82ff4a3aebed9f501f04ca7b65d3605f247a
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/ecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ ecard_probe(int slot, card_type_t type)
ec->fiqmask = 4;
}

for (i = 0; i < sizeof(blacklist) / sizeof(*blacklist); i++)
for (i = 0; i < ARRAY_SIZE(blacklist); i++)
if (blacklist[i].manufacturer == ec->cid.manufacturer &&
blacklist[i].product == ec->cid.product) {
ec->card_desc = blacklist[i].type;
Expand Down

0 comments on commit ac098b2

Please sign in to comment.