Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34313
b: refs/heads/master
c: b046a04
h: refs/heads/master
i:
  34311: 68a8d9f
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Sep 22, 2006
1 parent d041da3 commit f5d5b83
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: 30fc5c3130bdbc7cc051a2d6054ad38360d408a8
refs/heads/master: b046a04e162dc7f468700a0817acda0321b2b3ae
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_av.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static enum ib_rate tavor_rate_to_ib(u8 mthca_rate, u8 port_rate)
case MTHCA_RATE_TAVOR_1X: return IB_RATE_2_5_GBPS;
case MTHCA_RATE_TAVOR_1X_DDR: return IB_RATE_5_GBPS;
case MTHCA_RATE_TAVOR_4X: return IB_RATE_10_GBPS;
default: return port_rate;
default: return mult_to_ib_rate(port_rate);
}
}

Expand Down

0 comments on commit f5d5b83

Please sign in to comment.