PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc
[sfrench/cifs-2.6.git] / drivers / pci / bus.c
index 2179a8baef523112c153ea8a7d7d65cb8c19b7b8..495059d923f7da4e360a7689349c46260e16e797 100644 (file)
@@ -288,8 +288,7 @@ bool pci_bus_clip_resource(struct pci_dev *dev, int idx)
                res->end = end;
                res->flags &= ~IORESOURCE_UNSET;
                orig_res.flags &= ~IORESOURCE_UNSET;
-               pci_printk(KERN_DEBUG, dev, "%pR clipped to %pR\n",
-                                &orig_res, res);
+               pci_info(dev, "%pR clipped to %pR\n", &orig_res, res);
 
                return true;
        }