]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
PCI: Drop "setting latency timer" messages
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 23 Sep 2013 21:25:26 +0000 (15:25 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 25 Sep 2013 21:42:48 +0000 (15:42 -0600)
This message isn't useful any more, so drop it.

Reference: https://bugzilla.kernel.org/show_bug.cgi?id=60636
Reported-by: Oleksil Shevchuk <alxchk@gmail.com>
Reference: http://lkml.kernel.org/r/CALCETrWkr53ZjqdN3t7rTTfr=+ZKZXJoYsuBcwPf0kN_33GfAw@mail.gmail.com
Reported-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c

index e8ccf6c0f08a3d4d5a9b03aec428efddcba77c6f..ad7fc72a40a0ced8554b9be8d4617686ece41f3b 100644 (file)
@@ -2854,7 +2854,7 @@ void __weak pcibios_set_master(struct pci_dev *dev)
                lat = pcibios_max_latency;
        else
                return;
-       dev_printk(KERN_DEBUG, &dev->dev, "setting latency timer to %d\n", lat);
+
        pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
 }