
29 Apr
2021
29 Apr
'21
6:03 p.m.
On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
It is easier to read the positive conditional.
While at it, convert hard coded length of "_test_" to strlen("_test_") which will be converted to a constant bu optimizing compiler.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
v2: new patch test/test-main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!