commit | ed8f0a1602c350e77a0aae15fe7ee8803890acde | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 07 10:01:07 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 17:50:27 2024 -0500 |
tree | dd8360486b60b018223fc2aab2dab4aa8deb6588 | |
parent | 20fc231cbc807c066435baa8ff8bf2d471f03605 [diff] |
boot: superfluous assignment in bootflow_menu_new() ret is assigned a value 0 which is never used but is immediately overwritten in the next statement. Addresses-Coverity-ID: 453304 ("Unused value") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>