Re: [PATCH] powerpc: platforms: 52xx: Fix a resource leak in an error handling path

From: Michael Ellerman
Date: Wed Nov 30 2022 - 04:32:21 EST


On Sat, 29 Jan 2022 08:16:04 +0100, Christophe JAILLET wrote:
> The error handling path of mpc52xx_lpbfifo_probe() and a request_irq() is
> not balanced by a corresponding free_irq().
>
> Add the missing call, as already done in the remove function.
>
>

Applied to powerpc/next.

[1/1] powerpc: platforms: 52xx: Fix a resource leak in an error handling path
https://git.kernel.org/powerpc/c/5836947613ef33d311b4eff6a32d019580a214f5

cheers