Re: [PATCH] of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove

From: Rob Herring
Date: Thu Oct 19 2017 - 18:14:10 EST


On Thu, Oct 19, 2017 at 4:18 PM, <frowand.list@xxxxxxxxx> wrote:
> From: Frank Rowand <frank.rowand@xxxxxxxx>
>
> A device tree overlay notifier can return NOTIFY_OK, NOTIFY_STOP,
> or an embedded errno. overlay_notify() incorrectly reports an
> error for NOTIFY_OK.
>
> Reported-by: atull@xxxxxxxxxx
> Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxx>
> ---
> drivers/of/overlay.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

Rob