]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/pnp/quirks.c
vsprintf: use %pR, %pr instead of %pRt, %pRf
[net-next-2.6.git] / drivers / pnp / quirks.c
index 3a2031b25c3c31602cd67040b254876aae11092f..dfbd5a6cc58becc8cca321e4c6c34a043aebe81f 100644 (file)
@@ -285,8 +285,9 @@ static void quirk_system_pci_resources(struct pnp_dev *dev)
                                 * the PCI region, and that might prevent a PCI
                                 * driver from requesting its resources.
                                 */
-                               dev_warn(&dev->dev, "resource %pRt overlaps %s "
-                                        "BAR %d %pRt, disabling\n", res,
+                               dev_warn(&dev->dev,
+                                        "disabling %pR because it overlaps "
+                                        "%s BAR %d %pR\n", res,
                                         pci_name(pdev), i, &pdev->resource[i]);
                                res->flags |= IORESOURCE_DISABLED;
                        }