]> Pileus Git - ~andy/linux/blobdiff - drivers/xen/pci.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[~andy/linux] / drivers / xen / pci.c
index 66057075d6e2664c4411b5168c17ba3ac1828938..b84bf0b6cc34c4fd34bfd35015bd8057f0ddf6b9 100644 (file)
@@ -116,7 +116,7 @@ static int xen_add_device(struct device *dev)
                        &manage_pci_ext);
        } else {
                struct physdev_manage_pci manage_pci = {
-                       .bus    = pci_dev->bus->number,
+                       .bus    = pci_dev->bus->number,
                        .devfn  = pci_dev->devfn,
                };