Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259449
b: refs/heads/master
c: 2da9e1d
h: refs/heads/master
i:
  259447: ad412b4
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 5d79570 commit 93a19de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 0246604ce0367b0c414cc77a05362308ef4ede54
refs/heads/master: 2da9e1d6d4ae4cde1ad6d9e365417aabf466c665
10 changes: 1 addition & 9 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,14 +758,6 @@ static struct acpi_driver vmbus_acpi_driver = {
},
};

static void vmbus_acpi_exit(void)
{
acpi_bus_unregister_driver(&vmbus_acpi_driver);

return;
}


/*
* We use a PCI table to determine if we should autoload this driver This is
* needed by distro tools to determine if the hyperv drivers should be
Expand Down Expand Up @@ -796,7 +788,7 @@ static int __init hv_acpi_init(void)
wait_for_completion(&probe_event);

if (irq <= 0) {
vmbus_acpi_exit();
acpi_bus_unregister_driver(&vmbus_acpi_driver);
return -ENODEV;
}

Expand Down

0 comments on commit 93a19de

Please sign in to comment.