mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
UPSTREAM: PCI: rockchip: Indent an if statement
The if statement wasn't intended. Add a tab.
Change-Id: I33e4fce2cc2052dc45c3c7a2617586cdd6a6b664
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
(cherry picked from commit 08015ee0ff)
This commit is contained in:
parent
45cd824a30
commit
f9afe485c7
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user