On Thu, 23 Nov 2023 15:47:18 +0100, Luca Ceresoli wrote: > The documented numeric return values do not match the actual returned > values. Fix them by using the enum names instead of raw numbers. > > Fixes: b53a2340d0d3 ("of/reconfig: Add of_reconfig_get_state_change() of notifier helper.") > Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> > --- > drivers/of/dynamic.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Applied, thanks!