Displaying 3 results from an estimated 3 matches for "temp_func".
Did you mean:
cmp_func
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ould not read the card.\n");
+ pr_err("Could not find device to unconfigure. Or could not read the card.\n");
return -1;
}
return 0;
@@ -1573,7 +1639,7 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
struct pci_func *cur_func = NULL;
struct pci_func *temp_func;
- debug ("%s - enter\n", __func__);
+ debug("%s: enter\n", __func__);
if (!the_end) {
/* Need to unconfigure the card */
@@ -1597,19 +1663,19 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
for (i = 0; i < count; i++) {
if (cur_func-&...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ould not read the card.\n");
+ pr_err("Could not find device to unconfigure. Or could not read the card.\n");
return -1;
}
return 0;
@@ -1573,7 +1639,7 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
struct pci_func *cur_func = NULL;
struct pci_func *temp_func;
- debug ("%s - enter\n", __func__);
+ debug("%s: enter\n", __func__);
if (!the_end) {
/* Need to unconfigure the card */
@@ -1597,19 +1663,19 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
for (i = 0; i < count; i++) {
if (cur_func-&...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ould not read the card.\n");
+ pr_err("Could not find device to unconfigure. Or could not read the card.\n");
return -1;
}
return 0;
@@ -1573,7 +1639,7 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
struct pci_func *cur_func = NULL;
struct pci_func *temp_func;
- debug ("%s - enter\n", __func__);
+ debug("%s: enter\n", __func__);
if (!the_end) {
/* Need to unconfigure the card */
@@ -1597,19 +1663,19 @@ int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end)
for (i = 0; i < count; i++) {
if (cur_func-&...