Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[firefly-linux-kernel-4.4.55.git] / drivers / pci / access.c
index 8c148f39e8d76870cc5f8fc1b6be71c4511a3480..d292d7cb3417062643379805a969f5d29718de2f 100644 (file)
@@ -231,10 +231,7 @@ static int pci_vpd_pci22_wait(struct pci_dev *dev)
                }
 
                if (time_after(jiffies, timeout)) {
-                       dev_printk(KERN_DEBUG, &dev->dev,
-                                  "vpd r/w failed.  This is likely a firmware "
-                                  "bug on this device.  Contact the card "
-                                  "vendor for a firmware update.");
+                       dev_printk(KERN_DEBUG, &dev->dev, "vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update\n");
                        return -ETIMEDOUT;
                }
                if (fatal_signal_pending(current))