Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47421
b: refs/heads/master
c: c1725f2
h: refs/heads/master
i:
  47419: 7b46871
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Linus Torvalds committed Feb 11, 2007
1 parent a2a0826 commit 0d4f6ed
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: 65fdc8544f7d27df95256cbcfc2a53fa0fa38134
refs/heads/master: c1725f2af89f1eda3cb9007290971b55084569a4
2 changes: 1 addition & 1 deletion trunk/arch/arm26/kernel/ecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,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 0d4f6ed

Please sign in to comment.