Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32805
b: refs/heads/master
c: 16c5941
h: refs/heads/master
i:
  32803: ae8f892
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed Jul 24, 2006
1 parent 3bab1b9 commit 81d8ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: c9f79bdc21da9c8d466b6ba7c8bbd6b8e0110ce2
refs/heads/master: 16c59419a09f0140a07a1828d6a45656265e07c7
4 changes: 0 additions & 4 deletions trunk/drivers/infiniband/hw/ipath/ipath_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ void ipath_skip_sge(struct ipath_sge_state *ss, u32 length)
{
struct ipath_sge *sge = &ss->sge;

while (length > sge->sge_length) {
length -= sge->sge_length;
ss->sge = *ss->sg_list++;
}
while (length) {
u32 len = sge->length;

Expand Down

0 comments on commit 81d8ae5

Please sign in to comment.