firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 15 Jan 2023 18:13:46 +0000 (19:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 19 Sep 2023 12:12:04 +0000 (14:12 +0200)
commite527adfb9b7d9d05a4577c116519e59a2bda4b05
tree8c598f80b805924c7cf171952c4ce3e1b21930f7
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()

If mbox_request_channel_byname() fails, the memory allocated a few lines
above still need to be freed before going to the error handling path.

Fixes: 046326989a18 ("firmware: imx: Save channel name for further use")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/firmware/imx/imx-dsp.c