Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268074
b: refs/heads/master
c: 7f9615e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 7be225a commit 525b78b
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: bb5da491ffd48f7e401da364d4fb0577ce0e9939
refs/heads/master: 7f9615e6f6c703c68f84460fe22b858be6c258d1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int netvsc_destroy_recv_buf(struct netvsc_device *net_device)
if (ret != 0) {
dev_err(&net_device->dev->device,
"unable to teardown receive buffer's gpadl");
return -ret;
return ret;
}
net_device->recv_buf_gpadl_handle = 0;
}
Expand Down

0 comments on commit 525b78b

Please sign in to comment.