[PATCH v7 03/12] efi: remove unused variables in __map_region

2013-12-20 Thread Dave Young
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov --- arch/x86/platform/efi/efi_64.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x8

[PATCH v6 03/14] efi: remove unused variables in __map_region

2013-12-16 Thread Dave Young
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov --- arch/x86/platform/efi/efi_64.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x8

[PATCH v5 03/14] efi: remove unused variables in __map_region

2013-12-09 Thread Dave Young
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov --- arch/x86/platform/efi/efi_64.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x8

[PATCH v4 01/12] efi: remove unused variables in __map_region

2013-11-25 Thread Dave Young
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov --- arch/x86/platform/efi/efi_64.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x8

Re: [patch 01/12 v4] efi: remove unused variables in __map_region

2013-11-25 Thread Borislav Petkov
On Mon, Nov 25, 2013 at 05:19:57PM +0800, Dave Young wrote: > Sigh, looks like I should move to git-send-email for less error prone. You won't regret it :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "

Re: [patch 01/12 v4] efi: remove unused variables in __map_region

2013-11-25 Thread Dave Young
On 11/25/13 at 04:56pm, Dave Young wrote: > Hi, > References: <20131125085630.417850...@dhcp-16-126.nay.redhat.com> > Content-Disposition: inline; filename=01-remove-unused-var-in-map-region.patch Not sure why above references are added in content, another mistake. please ignore them when you revi

[patch 01/12 v4] efi: remove unused variables in __map_region

2013-11-25 Thread dyoung
Hi, References: <20131125085630.417850...@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=01-remove-unused-var-in-map-region.patch variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov

efi: remove unused variables in __map_region

2013-11-25 Thread dyoung
variables size and end is useless in this function, thus remove them. Reported-by: Toshi Kani Signed-off-by: Dave Young Acked-by: Borislav Petkov --- arch/x86/platform/efi/efi_64.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) --- efi.orig/arch/x86/platform/efi/efi_64.c +++ ef