diff options
Diffstat (limited to 'drivers/virtio/virtio_pci.c')
-rw-r--r-- | drivers/virtio/virtio_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 24747aef195..95896f38792 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -655,7 +655,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, | |||
655 | /* we use the subsystem vendor/device id as the virtio vendor/device | 655 | /* we use the subsystem vendor/device id as the virtio vendor/device |
656 | * id. this allows us to use the same PCI vendor/device id for all | 656 | * id. this allows us to use the same PCI vendor/device id for all |
657 | * virtio devices and to identify the particular virtio driver by | 657 | * virtio devices and to identify the particular virtio driver by |
658 | * the subsytem ids */ | 658 | * the subsystem ids */ |
659 | vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor; | 659 | vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor; |
660 | vp_dev->vdev.id.device = pci_dev->subsystem_device; | 660 | vp_dev->vdev.id.device = pci_dev->subsystem_device; |
661 | 661 | ||