search for: sec_number

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

Did you mean: desc_number
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*func, u8 slotno) if (func->devices[i]) { newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } newfunc->busno = sec_number; @@ -232,7 +244,7 @@ int ibmphp_configure_card (struct pci_func *func, u8 slotno) newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } n...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*func, u8 slotno) if (func->devices[i]) { newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } newfunc->busno = sec_number; @@ -232,7 +244,7 @@ int ibmphp_configure_card (struct pci_func *func, u8 slotno) newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } n...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*func, u8 slotno) if (func->devices[i]) { newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } newfunc->busno = sec_number; @@ -232,7 +244,7 @@ int ibmphp_configure_card (struct pci_func *func, u8 slotno) newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); if (!newfunc) { - err ("out of system memory\n"); + pr_err("out of system memory\n"); return -ENOMEM; } n...