Home
last modified time | relevance | path

Searched hist:"767 e6f26204d3f5406630e86b720d01818b8616d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/sh/
H A Drz-ssi.cdiff 767e6f26204d3f5406630e86b720d01818b8616d Tue Apr 26 02:49:22 CDT 2022 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error path

DMA channels requested by rz_ssi_dma_request() in rz_ssi_probe() were
never released in the error path apart from one place. This patch fixes
this issue by calling rz_ssi_release_dma_channels() in the error path.

Fixes: 26ac471c5354 ("ASoC: sh: rz-ssi: Add SSI DMAC support")
Reported-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220426074922.13319-4-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>