Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249106
b: refs/heads/master
c: 648dc59
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent f1422ce commit 2540839
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: 72e80cb793ce009fd8005a394134c2f63469b118
refs/heads/master: 648dc59899073d4d23ba346c0281dc96792725b3
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ static int netvsc_connect_vsp(struct hv_device *device)
return ret;
}

static void NetVscDisconnectFromVsp(struct netvsc_device *net_device)
static void netvsc_disconnect_vsp(struct netvsc_device *net_device)
{
netvsc_destroy_recv_buf(net_device);
netvsc_destroy_send_buf(net_device);
Expand Down Expand Up @@ -600,7 +600,7 @@ static int netvsc_device_remove(struct hv_device *device)
udelay(100);
}

NetVscDisconnectFromVsp(net_device);
netvsc_disconnect_vsp(net_device);

/* Stop inbound traffic ie receives and sends completions */
net_device = release_inbound_net_device(device);
Expand Down

0 comments on commit 2540839

Please sign in to comment.