Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
virtio: set pci bus master enable bit

+1
+1
drivers/virtio/virtio_pci.c
··· 649 goto out_req_regions; 650 651 pci_set_drvdata(pci_dev, vp_dev); 652 653 /* 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
··· 649 goto out_req_regions; 650 651 pci_set_drvdata(pci_dev, vp_dev); 652 + pci_set_master(pci_dev); 653 654 /* we use the subsystem vendor/device id as the virtio vendor/device 655 * id. this allows us to use the same PCI vendor/device id for all