Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259710
b: refs/heads/master
c: 91fd799
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent ce3913b commit f32ce9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 9079ce691255792009c446d8c3382507b8d38635
refs/heads/master: 91fd799eb12bd43b3dfda368abb06d2a7d864462
5 changes: 4 additions & 1 deletion trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,10 @@ static int __init hv_acpi_init(void)
return -ENODEV;
}

return vmbus_bus_init(irq);
ret = vmbus_bus_init(irq);
if (ret)
acpi_bus_unregister_driver(&vmbus_acpi_driver);
return ret;
}


Expand Down

0 comments on commit f32ce9a

Please sign in to comment.