Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236541
b: refs/heads/master
c: ece0e32
h: refs/heads/master
i:
  236539: d49ce7b
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 6c67d4f commit f2c1083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: f51b3593bbea8b403117212588bda87429545fa7
refs/heads/master: ece0e32fd2870f7d2b2f28a99f8e63bef3c01686
11 changes: 1 addition & 10 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,6 @@ static int vmbus_dev_add(struct hv_device *dev, void *info)
}


/*
* vmbus_cleanup - Perform any cleanup when the driver is removed
*/
static void vmbus_cleanup(void)
{

hv_cleanup();
}

struct onmessage_work_context {
struct work_struct work;
struct hv_message msg;
Expand Down Expand Up @@ -560,7 +551,7 @@ static void vmbus_bus_exit(void)
vmbus_disconnect();
on_each_cpu(hv_synic_cleanup, NULL, 1);

vmbus_cleanup();
hv_cleanup();

/* Unregister the root bus device */
device_unregister(&dev_ctx->device);
Expand Down

0 comments on commit f2c1083

Please sign in to comment.