On 19.07.22 17:52:15, Liang He wrote: > In octeon_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: 01d95843335c ("mmc: cavium: Add MMC support for Octeon SOCs.") > Signed-off-by: Liang He <windhl@xxxxxxx> Acked-by: Robert Richter <rric@xxxxxxxxxx> > --- > drivers/mmc/host/cavium-octeon.c | 1 + > 1 file changed, 1 insertion(+)