Skip to content

Commit

Permalink
core: ivshmem: Remove redundant pci_device::cell initialization
Browse files Browse the repository at this point in the history
Already done in the PCI layer.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Jul 6, 2015
1 parent 862dade commit d922438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypervisor/pci_ivshmem.c
Expand Up @@ -469,7 +469,6 @@ int pci_ivshmem_init(struct cell *cell, struct pci_device *dev)
ivshmem_connect_cell(*ivp, dev, mem, 0);

connected:
dev->cell = cell;
printk("Adding virtual PCI device %02x:%02x.%x to cell \"%s\"\n",
PCI_BDF_PARAMS(dev->info->bdf), cell->config->name);

Expand Down

0 comments on commit d922438

Please sign in to comment.