]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: pci: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:46 +0000 (14:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:05 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/pci/pci_auto_common.c
drivers/pci/pcie_dw_rockchip.c
drivers/pci/pcie_dw_ti.c
drivers/pci/pcie_layerscape_fixup.c

index cfa818ed82183d00a36b1193e5a23b6ecd9a3bf9..141166e59b7c1d75060123538d9b1767d9658a28 100644 (file)
@@ -108,7 +108,6 @@ void pciauto_config_init(struct pci_controller *hose)
                }
        }
 
-
        if (hose->pci_mem)
                pciauto_show_region("Memory", hose->pci_mem);
        if (hose->pci_prefetch)
index 1bad51fb3eb5bb6fde33bf6a61f77234f85a73e1..ac7faa4cc199df175c8c0eccf9053a0e0419e399 100644 (file)
@@ -506,7 +506,6 @@ static int rockchip_pcie_probe(struct udevice *dev)
                 pcie_dw_get_link_width(&priv->dw),
                 hose->first_busno);
 
-
        ret = pcie_dw_prog_outbound_atu_unroll(&priv->dw,
                                               PCIE_ATU_REGION_INDEX0,
                                               PCIE_ATU_TYPE_MEM,
index 78a5d035865191c1d5b8967dcb11fb1a07b03ec9..dc6e65273b798c5be03f8b2878df8fcb8a8e38c1 100644 (file)
@@ -46,7 +46,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define PCIE_CMD_STATUS                        0x04
 #define LTSSM_EN_VAL                   BIT(0)
 
-
 #define AM654_PCIE_DEV_TYPE_MASK       0x3
 #define EP                             0x0
 #define LEG_EP                         0x1
index ec4a7e7b65743937fde7e15ede17ff57becf91c6..97c38c0bfa7954856471f41a36ea5a3154f3cadb 100644 (file)
@@ -503,7 +503,6 @@ static void fdt_fixup_pcie_ls(void *blob)
        struct extra_iommu_entry *entries;
        int i, cnt, nodeoffset;
 
-
        /* Scan all known buses */
        for (pci_find_first_device(&dev);
             dev;