commit | 6901a6420c40dbb922f3baaf126ae3bae23d5753 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:57:02 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | 18d5fb672cb7e07857c2cadee7826b3c62c4152a | |
parent | ac261cc811976a519a0bb042c3f087de3a335326 [diff] |
qconfig: Add a return value to do_scan_source() Return an exit code so we can use this function like do_tests(). Refactor the caller to handle this. Reduce the size of main() by putting this code into its own function. Signed-off-by: Simon Glass <sjg@chromium.org>