Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101013
b: refs/heads/master
c: fd91b1b
h: refs/heads/master
i:
  101011: 02de331
v: v3
  • Loading branch information
Robert P. J. Day authored and Roland Dreier committed Jul 15, 2008
1 parent 2ee16f2 commit 8534b98
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: 9670e553915e67fb68f13258644342c68dc26b84
refs/heads/master: fd91b1bf1bb6fb443cb8c7600c7314f093b31f40
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_iba7220.c
Original file line number Diff line number Diff line change
Expand Up @@ -2228,8 +2228,8 @@ static void ipath_autoneg_send(struct ipath_devdata *dd, int which)
0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x40000001, 0x1388, 0x15e, /* rest 0's */
};
dcnt = sizeof(madpayload_start)/sizeof(madpayload_start[0]);
hcnt = sizeof(hdr)/sizeof(hdr[0]);
dcnt = ARRAY_SIZE(madpayload_start);
hcnt = ARRAY_SIZE(hdr);
if (!swapped) {
/* for maintainability, do it at runtime */
for (i = 0; i < hcnt; i++) {
Expand Down

0 comments on commit 8534b98

Please sign in to comment.