[PATCH] makedumpfile: add a missing return statement

Atsushi Kumagai kumagai-atsushi at mxc.nes.nec.co.jp
Thu Aug 30 02:32:14 EDT 2012


Hello Petr,

On Tue, 28 Aug 2012 17:16:02 +0200
Petr Tesarik <ptesarik at suse.cz> wrote:

> The remap_init() function lacks a return statement when all goes well.
> 
> Signed-off-by: Petr Tesarik <ptesarik at suse.cz>

Thank you for your work.
I will merge this patch into v1.5.1.


Thanks
Atsushi Kumagai

> ---
>  arch/x86.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/arch/x86.c
> +++ b/arch/x86.c
> @@ -64,6 +64,7 @@ remap_init(void)
>  	}
>  
>  	max_numnodes = n;
> +	return TRUE;
>  }
>  
>  int
> 
> 
> 
> _______________________________________________
> kexec mailing list
> kexec at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec



More information about the kexec mailing list