Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39791
b: refs/heads/master
c: fb7711e
h: refs/heads/master
i:
  39789: 5236216
  39787: cbf3e7e
  39783: 111b5d4
  39775: 30c1c65
v: v3
  • Loading branch information
Adrian Bunk authored and Roland Dreier committed Oct 16, 2006
1 parent 5296a3b commit 8ac1976
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: d986a27413aad10574f7211524de6a529870d134
refs/heads/master: fb7711e71ea7cd0d3e77e969df59162388c8a1f9
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/amso1100/c2_rnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ static int c2_rnic_query(struct c2_dev *c2dev, struct ib_device_attr *props)
(struct c2wr_rnic_query_rep *) (unsigned long) (vq_req->reply_msg);
if (!reply)
err = -ENOMEM;

err = c2_errno(reply);
else
err = c2_errno(reply);
if (err)
goto bail2;

Expand Down

0 comments on commit 8ac1976

Please sign in to comment.