commit | 814dce8f96fdb82d095b0041a204ba4a272c0913 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sat Jan 16 01:21:38 2021 -0600 |
committer | Samuel Holland <samuel@sholland.org> | Sun Jan 24 17:15:41 2021 -0600 |
tree | e70d2d978753a55b036d33d94a044920eda9df5c | |
parent | 772ef7e7af16cef85c20e24d3e64f52287785ec3 [diff] |
allwinner: psci: Invert check in .validate_ns_entrypoint Checking the exceptional case and letting the success case fall through is not only more idiomatic, but it also allows adding more exceptional cases in the future, such as a check for overlapping secure DRAM. Change-Id: I720441a6a8853fd7f211ebe851f14d921a6db03d Signed-off-by: Samuel Holland <samuel@sholland.org>