efi_loader: remove redundant assignment in dp_fill()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 5 May 2020 23:28:08 +0000 (01:28 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 16:23:16 +0000 (18:23 +0200)
commit549b79e8e04930f515ace28556d1cea779a1086a
treea4bb505baae8b5bdf5498d2d422bfe920aeeb5d4
parentb37a0b5c896f07958aa8c6759abe83c5a08a4de9
efi_loader: remove redundant assignment in dp_fill()

The value of dp is overwritten without being used.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path.c