Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1162
b: refs/heads/master
c: f1fc399
h: refs/heads/master
v: v3
  • Loading branch information
Petr Vandrovec authored and Linus Torvalds committed May 17, 2005
1 parent 7401897 commit 0d1d23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4f167fb491725ca0be9df0d76b4b2dd862cdfe0b
refs/heads/master: f1fc3990e2ffa14310cae89678c0b4ed1a3f094b
4 changes: 2 additions & 2 deletions trunk/drivers/serial/serial_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,10 @@ void serial_config(dev_link_t * link)
/* Is this a multiport card? */
tuple->DesiredTuple = CISTPL_MANFID;
if (first_tuple(handle, tuple, parse) == CS_SUCCESS) {
info->manfid = le16_to_cpu(buf[0]);
info->manfid = parse->manfid.manf;
for (i = 0; i < MULTI_COUNT; i++)
if ((info->manfid == multi_id[i].manfid) &&
(le16_to_cpu(buf[1]) == multi_id[i].prodid))
(parse->manfid.card == multi_id[i].prodid))
break;
if (i < MULTI_COUNT)
info->multi = multi_id[i].multi;
Expand Down

0 comments on commit 0d1d23e

Please sign in to comment.