]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Correct the logic for duplicate-ID detection
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:26 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit408011c2a4b7a7f68cf55876252446a570b3827a
tree4a8a36eb553986ce87623d6ca67f4bfc524c8143
parent9767de7b468846963f134753592d64a817d160ee
expo: Correct the logic for duplicate-ID detection

Update scene_txt_str() to account for the possibility that the passed-in
str_id may be 0

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c