PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
[linux-2.6-microblaze.git] / drivers / pci / pci-stub.c
index 775e933..6e47c51 100644 (file)
@@ -28,7 +28,7 @@ MODULE_PARM_DESC(ids, "Initial PCI IDs to add to the stub driver, format is "
 
 static int pci_stub_probe(struct pci_dev *dev, const struct pci_device_id *id)
 {
-       dev_printk(KERN_INFO, &dev->dev, "claimed by stub\n");
+       dev_info(&dev->dev, "claimed by stub\n");
        return 0;
 }