Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249686
b: refs/heads/master
c: ac6f785
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent de942a6 commit d673424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a25e1dbe9ede75b7601c477eee0b9e3c2e6b9870
refs/heads/master: ac6f78590104f01036ae7f1ecc062411a251f756
4 changes: 1 addition & 3 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,6 @@ static void netvsc_receive(struct hv_device *device,
int i, j;
int count = 0, bytes_remain = 0;
unsigned long flags;
struct netvsc_driver *netvsc_drv =
drv_to_netvscdrv(device->device.driver);

LIST_HEAD(listHead);

Expand Down Expand Up @@ -983,7 +981,7 @@ static void netvsc_receive(struct hv_device *device,
}

/* Pass it to the upper layer */
netvsc_drv->recv_cb(device, netvsc_packet);
rndis_filter_receive(device, netvsc_packet);

netvsc_receive_completion(netvsc_packet->
completion.recv.recv_completion_ctx);
Expand Down

0 comments on commit d673424

Please sign in to comment.