Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206730
b: refs/heads/master
c: df924f8
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Aug 4, 2010
1 parent 15cb951 commit 484aba2
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: 69d510238300c0888ec17e4a811279fe7760b527
refs/heads/master: df924f833c0389c9f5206b073e87e9f5f3e857d3
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/nes/nes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ static ssize_t nes_show_wqm_quanta(struct device_driver *ddp, char *buf)
i++;
}

return snprintf(buf, PAGE_SIZE, "0x%X\n", wqm_quanta);
return snprintf(buf, PAGE_SIZE, "0x%X\n", wqm_quanta_value);
}


Expand Down

0 comments on commit 484aba2

Please sign in to comment.