efi_loader: remove redundant statement
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Sep 2018 17:57:54 +0000 (19:57 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:31 +0000 (21:55 +0200)
commit9d08f6db2a130a03282865ded550655b022e5ce7
treebe02a5aad78eae897272d97671087a02f8972c84
parent4e6b5d6503ce8f16f00df4aedd137e919026dfad
efi_loader: remove redundant statement

ascii2unicode() always ends the u16 string with '\0'.
Remove redundant assignment.

Add description for efi_str_to_u16() and ascii2unicode().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_device_path_to_text.c