diff options
author | Pali Rohár <pali@kernel.org> | 2022-08-11 22:27:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-20 16:17:50 -0400 |
commit | 04bd87c24c31bbd8f27f6d1f7484c9a17f622c9a (patch) | |
tree | c324e1059f137fe952e2cd139548dc94cc3cea73 /lib/efi_loader/helloworld.c | |
parent | c5be5f6f54893bce9b5f3e8e4b35e38c923fc069 (diff) |
Nokia RX-51: Simplify copy kernel code
Expression (r + (r0 - r1)) produce same result as (r - (r1 - r0)). So it
does not matter which one is called. Always call the first option and
remove second one.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
0 files changed, 0 insertions, 0 deletions