Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109011
b: refs/heads/master
c: 24babad
h: refs/heads/master
i:
  109009: f7b4da7
  109007: 2395639
v: v3
  • Loading branch information
Dave Olson authored and Roland Dreier committed Aug 15, 2008
1 parent 02b0bb5 commit ad36b79
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: 7ec01ff950c455aa1f1ccfaf347eb1aa9ec160d5
refs/heads/master: 24babadec0209e5f84c067cb89aca6515486d35c
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_iba7220.c
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ static void ipath_7220_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr,
"not 2KB aligned!\n", pa);
return;
}
if (pa >= (1UL << IBA7220_TID_SZ_SHIFT)) {
if (chippa >= (1UL << IBA7220_TID_SZ_SHIFT)) {
ipath_dev_err(dd,
"BUG: Physical page address 0x%lx "
"larger than supported\n", pa);
Expand Down

0 comments on commit ad36b79

Please sign in to comment.