diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-01-29 10:16:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-14 12:16:06 +0300 |
commit | 40b4be399e0db7073dec5a0de5ca9994f7e31e58 (patch) | |
tree | 25a7cd2416e1fd1de41d963d915d5bdde378ddb0 /.gitattributes | |
parent | 7fded04fbbb8fd6d2cad45c079909c6625969d6a (diff) | |
download | linux-40b4be399e0db7073dec5a0de5ca9994f7e31e58.tar.xz |
powerpc/52xx: Fix a resource leak in an error handling path
[ Upstream commit 5836947613ef33d311b4eff6a32d019580a214f5 ]
The error handling path of mpc52xx_lpbfifo_probe() has a request_irq()
that is not balanced by a corresponding free_irq().
Add the missing call, as already done in the remove function.
Fixes: 3c9059d79f5e ("powerpc/5200: add LocalPlus bus FIFO device driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/dec1496d46ccd5311d0f6e9f9ca4238be11bf6a6.1643440531.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions