Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6-block.git] / drivers / net / ethernet / rdc / r6040.c
index cb29ee24cf1b5ab8fe782c16f7ea02024fea1978..5ef5d728c2505e0977d056541552d204c108eb42 100644 (file)
@@ -1062,14 +1062,12 @@ static int r6040_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
        /* this should always be supported */
        err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
        if (err) {
-               dev_err(&pdev->dev, "32-bit PCI DMA addresses"
-                               "not supported by the card\n");
+               dev_err(&pdev->dev, "32-bit PCI DMA addresses not supported by the card\n");
                goto err_out_disable_dev;
        }
        err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
        if (err) {
-               dev_err(&pdev->dev, "32-bit PCI DMA addresses"
-                               "not supported by the card\n");
+               dev_err(&pdev->dev, "32-bit PCI DMA addresses not supported by the card\n");
                goto err_out_disable_dev;
        }