Message ID | 20191016202831.7258-2-marcelo.cerri@canonical.com |
---|---|
State | New |
Headers | show |
Series | Request of mainline commit f73f8a504e27 in azure 16.04 and 18.04 | expand |
diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c index 088e73642bb8..04aab2dffe2b 100644 --- a/drivers/pci/host/pci-hyperv.c +++ b/drivers/pci/host/pci-hyperv.c @@ -2601,8 +2601,8 @@ static int hv_pci_probe(struct hv_device *hdev, * between domains derived from these instance IDs in the same * VM. */ - hbus->sysdata.domain = hdev->dev_instance.b[9] | - hdev->dev_instance.b[8] << 8; + hbus->sysdata.domain = hdev->dev_instance.b[4] | + hdev->dev_instance.b[5] << 8; hbus->hdev = hdev; atomic_inc(&hbus->remove_lock);