search for: ibmphp_pci_bus

Displaying 3 results from an estimated 3 matches for "ibmphp_pci_bus".

2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;devfn += 8) { if (!pci_read_config_word(dev, PCI_VENDOR_ID, &l) && (l != 0x0000) && (l != 0xffff)) { - debug("%s - Inside bus_struture_fixup()\n", - __func__); + debug("%s: Inside bus_struture_fixup()\n", __func__); pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL); break; } @@ -800,7 +801,7 @@ static int ibm_configure_device(struct pci_func *func) func->dev = pci_get_bus_and_slot(func->busno, PCI_DEVFN(func->device, func->function)); if (func->dev == NULL) { - err("ERROR... : pci_dev still NULL\n");...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;devfn += 8) { if (!pci_read_config_word(dev, PCI_VENDOR_ID, &l) && (l != 0x0000) && (l != 0xffff)) { - debug("%s - Inside bus_struture_fixup()\n", - __func__); + debug("%s: Inside bus_struture_fixup()\n", __func__); pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL); break; } @@ -800,7 +801,7 @@ static int ibm_configure_device(struct pci_func *func) func->dev = pci_get_bus_and_slot(func->busno, PCI_DEVFN(func->device, func->function)); if (func->dev == NULL) { - err("ERROR... : pci_dev still NULL\n");...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;devfn += 8) { if (!pci_read_config_word(dev, PCI_VENDOR_ID, &l) && (l != 0x0000) && (l != 0xffff)) { - debug("%s - Inside bus_struture_fixup()\n", - __func__); + debug("%s: Inside bus_struture_fixup()\n", __func__); pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL); break; } @@ -800,7 +801,7 @@ static int ibm_configure_device(struct pci_func *func) func->dev = pci_get_bus_and_slot(func->busno, PCI_DEVFN(func->device, func->function)); if (func->dev == NULL) { - err("ERROR... : pci_dev still NULL\n");...