Skip to content
Commit cbd7ef70 authored by This contributor prefers not to receive mails's avatar This contributor prefers not to receive mails Committed by Stefan Roese
Browse files

arm: a37xx: pci: Optimize a3700_fdt_fix_pcie_regions() when fixup offset is zero



If fixup offset is zero then there is nothing to fix. All calculation in
this case just increase addresses by value zero which results in identity.
So in this case skip whole fixup re-calculation as it is not needed.

This is just an optimization for special case when fix_offset is zero which
skips code path which does only identity operations (meaning nothing). No
functional changes.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent a8314950
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment