commit | 91853b0f609f42a8976e60eb3c184dc1a5302b7f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 31 08:16:04 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 31 06:22:22 2021 +0000 |
tree | ed1f8d76905ce2eda9020a20a30b1bbd65e435da | |
parent | 43ef8f2f647399097e1d7ea0d76de83d80cd1fd2 [diff] |
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>