On Sat, 20 Feb 2021 at 02:41, Heinrich Schuchardt <[email protected]> wrote: > > goto after return has not effect. Calling of_node_put() in case of some > errors and not for others is inconsistent. > > Fixes: 51bdb50904b ("dm: Introduce xxx_get_dma_range()") > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > drivers/core/of_addr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Applied to u-boot-dm/next, thanks!

