forked from Minki/linux
virtio: virtio_pci should not set bus_id.
The common virtio code sets the bus_id, overriding anything virtio_pci sets anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Carsten Otte <cotte@de.ibm.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Chris Lalancette <clalance@redhat.com> Cc: Anthony Liguori <anthony@codemonkey.ws>
This commit is contained in:
parent
2ad3cfbac5
commit
5610bd1524
@ -325,7 +325,6 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev,
|
|||||||
if (vp_dev == NULL)
|
if (vp_dev == NULL)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
snprintf(vp_dev->vdev.dev.bus_id, BUS_ID_SIZE, "virtio%d", dev_index);
|
|
||||||
vp_dev->vdev.index = dev_index;
|
vp_dev->vdev.index = dev_index;
|
||||||
dev_index++;
|
dev_index++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user