search for: pfmem

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

2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...not find any valid devices on the card. Or unable to read from card.\n"); + pr_err("Cannot find any valid devices on the card. Or unable to read from card.\n"); return -ENODEV; } @@ -364,7 +383,7 @@ static int configure_device (struct pci_func *func) struct resource_node *pfmem[6]; unsigned int devfn; - debug ("%s - inside\n", __func__); + debug("%s: inside\n", __func__); devfn = PCI_DEVFN(func->device, func->function); ibmphp_pci_bus->number = func->busno; @@ -390,21 +409,23 @@ static int configure_device (struct pci_func *func)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...not find any valid devices on the card. Or unable to read from card.\n"); + pr_err("Cannot find any valid devices on the card. Or unable to read from card.\n"); return -ENODEV; } @@ -364,7 +383,7 @@ static int configure_device (struct pci_func *func) struct resource_node *pfmem[6]; unsigned int devfn; - debug ("%s - inside\n", __func__); + debug("%s: inside\n", __func__); devfn = PCI_DEVFN(func->device, func->function); ibmphp_pci_bus->number = func->busno; @@ -390,21 +409,23 @@ static int configure_device (struct pci_func *func)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...not find any valid devices on the card. Or unable to read from card.\n"); + pr_err("Cannot find any valid devices on the card. Or unable to read from card.\n"); return -ENODEV; } @@ -364,7 +383,7 @@ static int configure_device (struct pci_func *func) struct resource_node *pfmem[6]; unsigned int devfn; - debug ("%s - inside\n", __func__); + debug("%s: inside\n", __func__); devfn = PCI_DEVFN(func->device, func->function); ibmphp_pci_bus->number = func->busno; @@ -390,21 +409,23 @@ static int configure_device (struct pci_func *func)...