Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89616
b: refs/heads/master
c: a6ca4f7
h: refs/heads/master
v: v3
  • Loading branch information
Philippe De Muyter authored and Stefan Richter committed Apr 18, 2008
1 parent bdf4603 commit 902dfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee2d91e2b3e422f3f61cd7c6a58bd98a5ec72bd1
refs/heads/master: a6ca4f7081095e3cdeb1a45d66fbe4856eca10d3
2 changes: 2 additions & 0 deletions trunk/drivers/ieee1394/ieee1394_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ static void build_speed_map(struct hpsb_host *host, int nodecount)
if (sid->port2 == SELFID_PORT_CHILD) cldcnt[n]++;

speedcap[n] = sid->speed;
if (speedcap[n] > host->csr.lnk_spd)
speedcap[n] = host->csr.lnk_spd;
n--;
}
}
Expand Down

0 comments on commit 902dfd3

Please sign in to comment.