drivers: pci: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-20 14:40:46 +02:00
committed by Tom Rini
parent f3974bec32
commit c91dcd3078
4 changed files with 0 additions and 4 deletions

View File

@@ -108,7 +108,6 @@ void pciauto_config_init(struct pci_controller *hose)
} }
} }
if (hose->pci_mem) if (hose->pci_mem)
pciauto_show_region("Memory", hose->pci_mem); pciauto_show_region("Memory", hose->pci_mem);
if (hose->pci_prefetch) if (hose->pci_prefetch)

View File

@@ -506,7 +506,6 @@ static int rockchip_pcie_probe(struct udevice *dev)
pcie_dw_get_link_width(&priv->dw), pcie_dw_get_link_width(&priv->dw),
hose->first_busno); hose->first_busno);
ret = pcie_dw_prog_outbound_atu_unroll(&priv->dw, ret = pcie_dw_prog_outbound_atu_unroll(&priv->dw,
PCIE_ATU_REGION_INDEX0, PCIE_ATU_REGION_INDEX0,
PCIE_ATU_TYPE_MEM, PCIE_ATU_TYPE_MEM,

View File

@@ -46,7 +46,6 @@ DECLARE_GLOBAL_DATA_PTR;
#define PCIE_CMD_STATUS 0x04 #define PCIE_CMD_STATUS 0x04
#define LTSSM_EN_VAL BIT(0) #define LTSSM_EN_VAL BIT(0)
#define AM654_PCIE_DEV_TYPE_MASK 0x3 #define AM654_PCIE_DEV_TYPE_MASK 0x3
#define EP 0x0 #define EP 0x0
#define LEG_EP 0x1 #define LEG_EP 0x1

View File

@@ -503,7 +503,6 @@ static void fdt_fixup_pcie_ls(void *blob)
struct extra_iommu_entry *entries; struct extra_iommu_entry *entries;
int i, cnt, nodeoffset; int i, cnt, nodeoffset;
/* Scan all known buses */ /* Scan all known buses */
for (pci_find_first_device(&dev); for (pci_find_first_device(&dev);
dev; dev;