Re: [PATCH] clk: tegra: tegra124-emc: Fix missing put_device() call in emc_ensure_emc_driver

From: Stephen Boyd
Date: Tue Jan 11 2022 - 21:52:25 EST


Quoting Miaoqian Lin (2022-01-07 00:24:36)
> The reference taken by 'of_find_device_by_node()' must be released when
> not needed anymore.
> Add the corresponding 'put_device()' in the error handling path.
>
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>

Please send the mail To: somebody

Also, please add a Fixes: tag.