]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Uart device path missing break
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:16:04 +0000 (08:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:22:22 +0000 (06:22 +0000)
commit4fe425ec09b08248147f711539762b2dd6a7f51a
treeed1f8d76905ce2eda9020a20a30b1bbd65e435da
parent40196c44fe0c1d8cc4d0bae6f79978902aa85672
efi_loader: Uart device path missing break

In the devicepath node to text conversion for Uart nodes a break statement
is missing.

Indicated by Coverity Scan CID 330038
Fixes: 0bbb2e9afdcd ("efi_loader: Uart device path")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path_to_text.c