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)
commit0809cd5f9356372c966b7df71a6fb09f6ff87073
treeed1f8d76905ce2eda9020a20a30b1bbd65e435da
parentd8eafb16c85bc3b5d85d7ba8ebb1438cc0ae168f
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: 62df6e9c9994 ("efi_loader: Uart device path")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path_to_text.c