Re: [PATCH -next] dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-05-31 07:23:49
Also in:
lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-05-31 07:23:49
Also in:
lkml
On Mon, May 31, 2021 at 8:17 AM Zou Wei [off-list ref] wrote:
pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with pm_runtime_resume_and_get to keep usage counter balanced. Reported-by: Hulk Robot <redacted> Signed-off-by: Zou Wei <redacted>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds