Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236536
b: refs/heads/master
c: 21ec2de
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 233cc7c commit 155d380
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a6e4d8e3fee3cb49c4a0f696c26f1c7b1e4d7a1b
refs/heads/master: 21ec2de26a418e8a5839f2d260876b952a61b9ac
5 changes: 2 additions & 3 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ static int vmbus_dev_rm(struct hv_device *dev)
/*
* vmbus_cleanup - Perform any cleanup when the driver is removed
*/
static void vmbus_cleanup(struct hv_driver *drv)
static void vmbus_cleanup(void)
{
/* struct vmbus_driver *driver = (struct vmbus_driver *)drv; */

hv_cleanup();
}
Expand Down Expand Up @@ -574,7 +573,7 @@ static void vmbus_bus_exit(void)
/* Remove the root device */
vmbus_dev_rm(dev_ctx);

vmbus_cleanup(NULL);
vmbus_cleanup();

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

0 comments on commit 155d380

Please sign in to comment.