Re: [PATCH] phy: samsung: fix missing of_node_put()
From: Krzysztof Kozlowski
Date: Thu Apr 07 2022 - 05:14:29 EST
On 07/04/2022 10:59, cgel.zte@xxxxxxxxx wrote:
> From: Lv Ruyi <lv.ruyi@xxxxxxxxxx>
>
> of_parse_phandle returns node pointer with refcount incremented,
> use of_node_put() on it when done.
>
Please add fixes tag and rebase on this:
https://lore.kernel.org/all/20220309170028.51913-1-krzysztof.kozlowski@xxxxxxxxxxxxx/
I'll resend it because it might be forgotten.
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
I cannot find this report. This is an open source work and public
collaboration. The “Reported-by” usually means that the issue was
reported. Usually in public. Can we see the report?
> Signed-off-by: Lv Ruyi <lv.ruyi@xxxxxxxxxx>
> ---
> drivers/phy/samsung/phy-exynos5250-sata.c | 1 +
> 1 file changed, 1 insertion(+)
>
Best regards,
Krzysztof