]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
wifi: p54: Fix an error handling path in p54spi_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 12 Jun 2022 21:12:20 +0000 (23:12 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 17 Oct 2022 09:56:25 +0000 (11:56 +0200)
commita48859eac1b9719ddc9e237888e5123d1d5ed2c5
treeef29122aabca1548678c0188038cc06d7aebfef1
parent21b9fae3aa4305c3dd5d4657a7dd45f5879bdd72
wifi: p54: Fix an error handling path in p54spi_probe()

BugLink: https://bugs.launchpad.net/bugs/1990162
[ Upstream commit 83781f0162d080fec7dcb911afd1bc2f5ad04471 ]

If an error occurs after a successful call to p54spi_request_firmware(), it
must be undone by a corresponding release_firmware() as already done in
the error handling path of p54spi_request_firmware() and in the .remove()
function.

Add the missing call in the error handling path and remove it from
p54spi_request_firmware() now that it is the responsibility of the caller
to release the firmware

Fixes: cd8d3d321285 ("p54spi: p54spi driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/297d2547ff2ee627731662abceeab9dbdaf23231.1655068321.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/net/wireless/intersil/p54/p54spi.c