diff options
-rw-r--r-- | drivers/virtio/virtio_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 1b6573216998..625447f645d9 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -649,6 +649,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, | |||
649 | goto out_req_regions; | 649 | goto out_req_regions; |
650 | 650 | ||
651 | pci_set_drvdata(pci_dev, vp_dev); | 651 | pci_set_drvdata(pci_dev, vp_dev); |
652 | pci_set_master(pci_dev); | ||
652 | 653 | ||
653 | /* we use the subsystem vendor/device id as the virtio vendor/device | 654 | /* we use the subsystem vendor/device id as the virtio vendor/device |
654 | * id. this allows us to use the same PCI vendor/device id for all | 655 | * id. this allows us to use the same PCI vendor/device id for all |