diff options
Diffstat (limited to 'drivers/hv/vmbus_drv.c')
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index b37c91b6ba80..2352ae481e87 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c | |||
@@ -899,10 +899,12 @@ static acpi_status vmbus_walk_resources(struct acpi_resource *res, void *ctx) | |||
899 | switch (res->type) { | 899 | switch (res->type) { |
900 | case ACPI_RESOURCE_TYPE_IRQ: | 900 | case ACPI_RESOURCE_TYPE_IRQ: |
901 | irq = res->data.irq.interrupts[0]; | 901 | irq = res->data.irq.interrupts[0]; |
902 | break; | ||
902 | 903 | ||
903 | case ACPI_RESOURCE_TYPE_ADDRESS64: | 904 | case ACPI_RESOURCE_TYPE_ADDRESS64: |
904 | hyperv_mmio_start = res->data.address64.minimum; | 905 | hyperv_mmio_start = res->data.address64.minimum; |
905 | hyperv_mmio_size = res->data.address64.address_length; | 906 | hyperv_mmio_size = res->data.address64.address_length; |
907 | break; | ||
906 | } | 908 | } |
907 | 909 | ||
908 | return AE_OK; | 910 | return AE_OK; |