]> Git Repo - u-boot.git/commit
efi_loader: Add missing newline to log_{err,warning}
authorPaulo Alcantara <[email protected]>
Fri, 6 Nov 2020 16:52:43 +0000 (13:52 -0300)
committerHeinrich Schuchardt <[email protected]>
Sat, 14 Nov 2020 04:05:46 +0000 (05:05 +0100)
commit337c97d9353c7277620322fda1f8cdd3d2677065
tree3b493065b53c7a3074414381b04fbc7f7973add9
parentfccd3d9c42fbc6d6bfc5bac26bd6db413b2ab75b
efi_loader: Add missing newline to log_{err,warning}

Add missing newline to log messages in efi_rng_register() otherwise
something like below would be shown

Scanning disk virtio-blk#31...
Found 2 disks
Missing RNG device for EFI_RNG_PROTOCOLNo EFI system partition

Signed-off-by: Paulo Alcantara (SUSE) <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
lib/efi_loader/efi_rng.c
This page took 0.02992 seconds and 4 git commands to generate.