buildman: Adjust show_toolchain_prefix() to not return
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:56 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitea78233d8737d8e154a4b4429d11cc8ac4a836f8
tree322afb535aa68d854f6c98cdca6ff14374360905
parent985d7ae4de9dfd8eaee190218f8c8744be42668d
buildman: Adjust show_toolchain_prefix() to not return

This function does not need to return. Simplify the code by exiting
immediately.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py