Re: [PATCH v2] usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()

From: Linus Walleij
Date: Sat Dec 03 2022 - 04:41:52 EST


On Fri, Dec 2, 2022 at 2:25 AM Yi Yang <yiyang13@xxxxxxxxxx> wrote:

> In fotg210_udc_probe(), if devm_clk_get() or clk_prepare_enable()
> fails, 'fotg210' will not be freed, which will lead to a memory leak.
> Fix it by moving kfree() to a proper location.
>
> In addition,we can use "return -ENOMEM" instead of "goto err"
> to simplify the code.
>
> Fixes: 718a38d092ec ("fotg210-udc: Handle PCLK")
> Signed-off-by: Yi Yang <yiyang13@xxxxxxxxxx>
> Reviewed-by: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxxxx>

Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

I have some cleanup patches switching around to devm* handling
cooking for v6.3, but let's do this for now.

Yours,
Linus Walleij