search for: flag_io

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

Did you mean: flac_ip
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ss[count]; count++) { /* for 2 BARs */ if (bus_io[count]) { @@ -825,14 +864,14 @@ static int configure_bridge (struct pci_func **func_passed, u8 slotno) } if (!amount_needed->io) { - debug ("it doesn't want IO?\n"); + debug("it doesn't want IO?\n"); flag_io = 1; } else { - debug ("it wants %x IO behind the bridge\n", amount_needed->io); + debug("it wants %x IO behind the bridge\n", amount_needed->io); io = kzalloc(sizeof(*io), GFP_KERNEL); if (!io) { - err ("out of system memory\n"); + pr_err(&quot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ss[count]; count++) { /* for 2 BARs */ if (bus_io[count]) { @@ -825,14 +864,14 @@ static int configure_bridge (struct pci_func **func_passed, u8 slotno) } if (!amount_needed->io) { - debug ("it doesn't want IO?\n"); + debug("it doesn't want IO?\n"); flag_io = 1; } else { - debug ("it wants %x IO behind the bridge\n", amount_needed->io); + debug("it wants %x IO behind the bridge\n", amount_needed->io); io = kzalloc(sizeof(*io), GFP_KERNEL); if (!io) { - err ("out of system memory\n"); + pr_err(&quot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ss[count]; count++) { /* for 2 BARs */ if (bus_io[count]) { @@ -825,14 +864,14 @@ static int configure_bridge (struct pci_func **func_passed, u8 slotno) } if (!amount_needed->io) { - debug ("it doesn't want IO?\n"); + debug("it doesn't want IO?\n"); flag_io = 1; } else { - debug ("it wants %x IO behind the bridge\n", amount_needed->io); + debug("it wants %x IO behind the bridge\n", amount_needed->io); io = kzalloc(sizeof(*io), GFP_KERNEL); if (!io) { - err ("out of system memory\n"); + pr_err(&quot...