commit | 4dbd84e26f53d3283baa463f390f9623e8913e8f | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Thu Nov 22 15:16:36 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Dec 07 12:34:12 2012 +0100 |
tree | 40de5fd5f4e8bef6ec036f90761f325f97f77486 | |
parent | 036f0f8356936dba36b952c16f477b3f04f54e37 [diff] |
Clean up pci_drive_hot_add()'s use of BlockInterfaceType pci_drive_hot_add() parameter type has the wrong type: int instead of BlockInterfaceType. It's actually redundant, so we can just drop it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>