Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177142
b: refs/heads/master
c: e080279
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Dec 14, 2009
1 parent 6fbdcad commit 1669216
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: c7cd606f60e7679c7f9eee7010f02a6f000209c1
refs/heads/master: e0802793f6f65242760089d8d85a50098706dd26
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/sense.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static int mlx4_SENSE_PORT(struct mlx4_dev *dev, int port,

if (out_param > 2) {
mlx4_err(dev, "Sense returned illegal value: 0x%llx\n", out_param);
return EINVAL;
return -EINVAL;
}

*type = out_param;
Expand Down

0 comments on commit 1669216

Please sign in to comment.