commit | 79543e61c6c2dd39cd4e37a82dd674b3d65b86f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:54 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:07 2023 -0400 |
tree | a128861be7a49673d0011863c15bc25e910cf2be | |
parent | 692bccb14d370ff9f999d35e7a43adae293c17c7 [diff] |
ide: Simplify expressions and hex values The code has quite a few unnecessary brackets and comparisons to zero, etc. Fix these up as well as some upper-case hex values and use of 0x in printf() strings. Signed-off-by: Simon Glass <sjg@chromium.org>