mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
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:
parent
f3974bec32
commit
c91dcd3078
4 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue