commit | fde707501f614ad57dbbbc6269f1b99b86875c39 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 14 16:32:01 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | 0edfca5c84747c041da65ba590b7fb5a8ed46339 | |
parent | 55a9de574ce07a507e094cc2ca6b3e9312f1acb8 [diff] |
expo: Drop unneceesary calls to expo_str() The scene_txt_str() function calls expo_str() so there is no need to call it beforehand. Drop this unnecessary code. Signed-off-by: Simon Glass <sjg@chromium.org>