Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268134
b: refs/heads/master
c: 7db1d94
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 7df7d63 commit 80bc166
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 692e084e773b76c30a3e5d823db131ed1a15924a
refs/heads/master: 7db1d946c4db748b631fe4885110349cc259987f
3 changes: 2 additions & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,9 @@ int netvsc_send(struct hv_device *device,
if (ret != 0)
netdev_err(ndev, "Unable to send packet %p ret %d\n",
packet, ret);
else
atomic_inc(&net_device->num_outstanding_sends);

atomic_inc(&net_device->num_outstanding_sends);
return ret;
}

Expand Down

0 comments on commit 80bc166

Please sign in to comment.