On 19.07.22 17:52:16, Liang He wrote: > In thunder_mmc_probe(), we should call of_node_put() when breaking > out of for_each_child_of_node() which has increased and decreased > the refcount during each iteration. > > Fixes: 166bac38c3c5 ("mmc: cavium: Add MMC PCI driver for ThunderX SOCs") > Signed-off-by: Liang He <windhl@xxxxxxx> Acked-by: Robert Richter <rric@xxxxxxxxxx> > --- > drivers/mmc/host/cavium-thunderx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)