s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
[pandora-kernel.git] / drivers / xen / pci.c
index 6605707..b84bf0b 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,
                };