PCI: Reduce pci_set_cacheline_size() message to debug level
[linux-2.6-microblaze.git] / drivers / pci / pci.c
index dd4bbb6..556fb5e 100644 (file)
@@ -4317,7 +4317,7 @@ int pci_set_cacheline_size(struct pci_dev *dev)
        if (cacheline_size == pci_cache_line_size)
                return 0;
 
-       pci_info(dev, "cache line size of %d is not supported\n",
+       pci_dbg(dev, "cache line size of %d is not supported\n",
                   pci_cache_line_size << 2);
 
        return -EINVAL;