UPSTREAM: PCI: rockchip: Indent an if statement
[firefly-linux-kernel-4.4.55.git] / drivers / pci / host / pcie-rockchip.c
index 57ac7b2c24ce7ddead3e78bccf3c6e0c2b546deb..a40831863d543fe4cdef3bc81f9c1639e3fdffb7 100644 (file)
@@ -1096,7 +1096,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip,
                return -EINVAL;
        if (region_no == 0) {
                if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits))
-               return -EINVAL;
+                       return -EINVAL;
        }
        if (region_no != 0) {
                if (AXI_REGION_SIZE < (2ULL << num_pass_bits))