commit | 4b892e6582e3a4fe01f623aea386907270d5bf83 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Tue Jul 07 08:26:45 2009 +0100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 17 21:47:47 2009 +0930 |
tree | 82214468d537c8cf90b1fc0195bf33c688db3bfd | |
parent | d9ecdea7ed7467db32ec160f4eca46c279255606 [diff] |
virtio-pci: correctly unregister root device on error If pci_register_driver() fails we're incorrectly unregistering the root device with device_unregister() rather than root_device_unregister(). Reported-by: Don Zickus <dzickus@redhat.com> Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>