]> git.baikalelectronics.ru Git - uboot.git/commit
disk: incorrect message in is_gpt_valid()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 9 May 2022 19:35:44 +0000 (21:35 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commit10b3e23fcc2856cea95afef1166581397b8d5506
tree9c127b23e07ebd1525a7cc5f949268ede167ac83
parent3aba9d3f0879c1498c06f0d8f45c57ca3417fdff
disk: incorrect message in is_gpt_valid()

alloc_read_gpt_entries() writes differentiated error messages.
The caller is_gpt_valid() should not write an extra possibly wrong message.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
disk/part_efi.c