Re: [patch 1/9 v3] efi: remove unused variables in __map_region

2013-11-21 Thread Borislav Petkov
On Thu, Nov 21, 2013 at 02:17:05PM +0800, dyo...@redhat.com wrote: variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani toshi.k...@hp.com Signed-off-by: Dave Young dyo...@redhat.com Good catch. Acked-by: Borislav Petkov b...@suse.de --

[patch 1/9 v3] efi: remove unused variables in __map_region

2013-11-20 Thread dyoung
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani toshi.k...@hp.com Signed-off-by: Dave Young dyo...@redhat.com --- arch/x86/platform/efi/efi_64.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) ---