Displaying 3 results from an estimated 3 matches for "sub_no".
Did you mean:
sub_lo
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...uot;primary numbers in our structures and pci config space don't match.\n");
+ pr_err("primary numbers in our structures and pci config space don't match\n");
return -EINVAL;
}
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number);
sub_no = (int) sub_number;
- debug ("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
+ debug("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
if (sec_no != sub_number) {
- err ("there're more buses behind this bridge. Hot removal is not supported. Please choose another ca...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...uot;primary numbers in our structures and pci config space don't match.\n");
+ pr_err("primary numbers in our structures and pci config space don't match\n");
return -EINVAL;
}
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number);
sub_no = (int) sub_number;
- debug ("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
+ debug("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
if (sec_no != sub_number) {
- err ("there're more buses behind this bridge. Hot removal is not supported. Please choose another ca...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...uot;primary numbers in our structures and pci config space don't match.\n");
+ pr_err("primary numbers in our structures and pci config space don't match\n");
return -EINVAL;
}
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number);
sub_no = (int) sub_number;
- debug ("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
+ debug("sub_no is %d, sec_no is %d\n", sub_no, sec_no);
if (sec_no != sub_number) {
- err ("there're more buses behind this bridge. Hot removal is not supported. Please choose another ca...