aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-uniphier.c
diff options
context:
space:
mode:
authorKrzysztof Wilczyński <[email protected]>2021-07-01 20:44:01 +0000
committerBjorn Helgaas <[email protected]>2021-08-31 14:54:33 -0500
commit30492c12d2324e8bc9a35ef3f3c1d92a5bd7753d (patch)
tree6e3fa1edbcc73573250aeafc933a734fb0b8bff6 /drivers/pci/controller/dwc/pcie-uniphier.c
parentee6f85683e859728eba6cbca6ed338fb608286b3 (diff)
PCI: artpec6: Remove local code block from switch statement
The switch statement in the artpec6_pcie_probe() has a local code block where "val" is defined and immediately used by the artpec6_pcie_readl(). This extra code block adds brackets at the same indentation level as the switch statement itself which can hinder readability of the code. Move the "val" declaration to the top of the function and remove the extra code block from the switch statement. Suggested-by: Bjorn Helgaas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Jesper Nilsson <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc/pcie-uniphier.c')
0 files changed, 0 insertions, 0 deletions