Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102325
b: refs/heads/master
c: 002b90a
h: refs/heads/master
i:
  102323: d7348ac
v: v3
  • Loading branch information
Marc Zyngier authored and Dominik Brodowski committed Jul 15, 2008
1 parent 21c5d7d commit 3bb795d
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: d93c768e66d8c3970187c179a91a2553b077d9e8
refs/heads/master: 002b90a1bf5fe9c8de7a8634403a685621841ff3
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/cistpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ int pccard_validate_cis(struct pcmcia_socket *s, unsigned int function, unsigned
((tuple->TupleCode > 0x90) && (tuple->TupleCode < 0xff)))
reserved++;
}
if ((count) || (reserved > 5) ||
if ((count == MAX_TUPLES) || (reserved > 5) ||
((!dev_ok || !ident_ok) && (count > 10)))
count = 0;

Expand Down

0 comments on commit 3bb795d

Please sign in to comment.