Re: [PATCH] EFI: use nr_tables param directly in efi_config_init

2013-09-17 Thread Dave Young
On 09/17/13 at 04:49pm, Matt Fleming wrote: > On Thu, 12 Sep, at 04:45:28PM, Dave Young wrote: > > efi_config_init has the parameter nr_tables. Just use it instead of > > dereference efi.systab->nr_tables. > > > > Signed-off-by: Dave Young > > --- > > arch/x86/platform/efi/efi.c |7 +++ >

Re: [PATCH] EFI: use nr_tables param directly in efi_config_init

2013-09-17 Thread Matt Fleming
On Thu, 12 Sep, at 04:45:28PM, Dave Young wrote: > efi_config_init has the parameter nr_tables. Just use it instead of > dereference efi.systab->nr_tables. > > Signed-off-by: Dave Young > --- > arch/x86/platform/efi/efi.c |7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > ---

[PATCH] EFI: use nr_tables param directly in efi_config_init

2013-09-12 Thread Dave Young
efi_config_init has the parameter nr_tables. Just use it instead of dereference efi.systab->nr_tables. Signed-off-by: Dave Young --- arch/x86/platform/efi/efi.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- linux-2.6.orig/arch/x86/platform/efi/efi.c +++ linux-2.6/arch/x86/