]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: efi_dp_match should have const arguments
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 26 Oct 2017 17:25:48 +0000 (19:25 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commita9e091def9d5deac34c4aa5471ea10a1743bf074
tree3d8f4221ce6c411d10b72e0052a59046af28d3cd
parent9883b3b7f5b6467ad1546e47711f4fdb02ba1064
efi_loader: efi_dp_match should have const arguments

efi_dp_match does not change its arguments.
So they should be marked as const.

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.c