diff options
-rw-r--r-- | drivers/virtio/virtio_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 27e9fc9117cd..2913c2f309f0 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -325,7 +325,6 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, | |||
325 | if (vp_dev == NULL) | 325 | if (vp_dev == NULL) |
326 | return -ENOMEM; | 326 | return -ENOMEM; |
327 | 327 | ||
328 | snprintf(vp_dev->vdev.dev.bus_id, BUS_ID_SIZE, "virtio%d", dev_index); | ||
329 | vp_dev->vdev.index = dev_index; | 328 | vp_dev->vdev.index = dev_index; |
330 | dev_index++; | 329 | dev_index++; |
331 | 330 | ||