Messages in this thread |  | | From | Linus Walleij <> | Date | Sun, 4 Dec 2022 19:19:10 +0100 | Subject | Re: [PATCH] usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe() |
| |
On Wed, Nov 30, 2022 at 11:15 AM Yi Yang <yiyang13@huawei.com> 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. > > Fixes: 718a38d092ec ("fotg210-udc: Handle PCLK") > Signed-off-by: Yi Yang <yiyang13@huawei.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Yours, Linus Walleij
|  |