On Wed, 20 Apr 2022 15:02:05 +0200, Nuno Sá wrote: > We should not break overlay notifications on NOTIFY_{OK|STOP} > otherwise we might break on the first fragment. We should only stop > notifications if a *real* errno is returned by one of the listeners. > > Fixes: a1d19bd4cf1fe ("of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove") > Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> > --- > v2: > * Only break fragment notification in case errno is returned from > notifier; > * Massaged commit message accordingly. > > drivers/of/overlay.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Applied, thanks!