Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167824
b: refs/heads/master
c: c5e0952
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski committed Oct 18, 2009
1 parent 7757e4c commit ca1a28d
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: 84897fc0524d7cbfc81d0bdf9f92ade6e3c3816b
refs/heads/master: c5e09528beb2c345403a64205db3b5aca568fec0
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static int pcmcia_device_query(struct pcmcia_device *p_dev)

if (!pccard_read_tuple(p_dev->socket, BIND_FN_ALL, CISTPL_VERS_1,
vers1)) {
for (i=0; i < vers1->ns; i++) {
for (i = 0; i < min_t(unsigned int, 4, vers1->ns); i++) {
char *tmp;
unsigned int length;

Expand Down

0 comments on commit ca1a28d

Please sign in to comment.