commit | 73edd2b180a18024605c599074596a9e22d745d6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Mar 23 17:21:26 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Mar 23 17:21:26 2017 -0500 |
tree | 32311fc0bcb5ee1f030f8fd85a1f566c505030b0 | |
parent | 5fcaa0051dfcc5fe77aee95061945d80e465a027 [diff] |
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>