PCI: rockchip: Unindent rockchip_pcie_set_power_limit()
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Mar 2017 22:21:26 +0000 (17:21 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Mar 2017 22:21:26 +0000 (17:21 -0500)
commit73edd2b180a18024605c599074596a9e22d745d6
tree32311fc0bcb5ee1f030f8fd85a1f566c505030b0
parent5fcaa0051dfcc5fe77aee95061945d80e465a027
PCI: rockchip: Unindent rockchip_pcie_set_power_limit()

If regulator_get_current_limit() returns 0 or error, return early so the
body of the function doesn't have to be indented as the body of an "if"
statement.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-rockchip.c