[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1803010950280.1396@nanos.tec.linutronix.de>
Date: Thu, 1 Mar 2018 09:57:44 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Ivan Gorinov <ivan.gorinov@...el.com>
cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
x86@...nel.org
Subject: Re: [PATCH v2 1/3] x86: devicetree: call early_init_dt_verify()
On Wed, 28 Feb 2018, Ivan Gorinov wrote:
> Call to early_init_dt_verify() is required to prepare DTB data.
> It was called from arch/arm and arch/powerpc, but not arch/x86.
>
> Signed-off-by: Ivan Gorinov <ivan.gorinov@...el.com>
> ---
> arch/x86/kernel/devicetree.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/kernel/devicetree.c b/arch/x86/kernel/devicetree.c
> index 25de5f6..44189ee 100644
> --- a/arch/x86/kernel/devicetree.c
> +++ b/arch/x86/kernel/devicetree.c
> @@ -278,6 +278,7 @@ static void __init x86_flattree_get_config(void)
> map_len = size;
^
^
Your patches are still whitespace damaged and fail to apply
patching file arch/x86/kernel/devicetree.c
patch: **** malformed patch at line 23: map_len = size;
Please fix your mail setup and please make the patch series properly
threaded. There is plenty of documentation and your coworkers surely can
help you with that.
Thanks,
tglx
Powered by blists - more mailing lists