summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2020-06-04 12:59:14 -0500
committerBjorn Helgaas <bhelgaas@google.com>2020-06-04 12:59:14 -0500
commit754262d1befb16a9581b7ccfa9d1e17d41c54969 (patch)
tree9bdfec4461a0b0ca9b8f3e3222f5dbd4597dfe17 /drivers/pci
parent075a383389d71b0afde7feacd1a6ad6f247fa411 (diff)
parentc96efe26569204555705076368f8ef7565d06fa6 (diff)
Merge branch 'remotes/lorenzo/pci/altera'
- Fix altera whitespace (Colin Ian King) * remotes/lorenzo/pci/altera: PCI: altera: Clean up indentation issue on a return statement
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/pcie-altera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-altera.c b/drivers/pci/controller/pcie-altera.c
index b447c3e4abad..24cb1c331058 100644
--- a/drivers/pci/controller/pcie-altera.c
+++ b/drivers/pci/controller/pcie-altera.c
@@ -193,7 +193,7 @@ static bool altera_pcie_valid_device(struct altera_pcie *pcie,
if (bus->number == pcie->root_bus_nr && dev > 0)
return false;
- return true;
+ return true;
}
static int tlp_read_packet(struct altera_pcie *pcie, u32 *value)