On Mon, 04 Apr 2022 09:40:55 +0200, Nuno Sá wrote: > We should not break overlay notifications on NOTIFY_OK otherwise we might > break on the first fragment. As NOTIFY_OK is not zero, we need to > account for that when looking for errors. > > Fixes: a1d19bd4cf1fe ("of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove") > Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> > --- > drivers/of/overlay.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!