Re: [PATCH v4 10/11] of: earlycon: Log more helpful message if stdout-path node not found
From: Rob Herring <robh+dt@kernel.org>
Date: 2016-01-12 23:38:38
Also in:
lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2016-01-12 23:38:38
Also in:
lkml
On Tue, Jan 12, 2016 at 1:41 PM, Peter Hurley [off-list ref] wrote:
Earlycon may fail to initialize for a variety of reasons, most of which log the default early param message. If the stdout-path node is not found, log the path which was not found (and suppress the default early param message). Signed-off-by: Peter Hurley <redacted> --- drivers/of/fdt.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>