Searched hist:ccf09255d89ca41c3232281e405e6112b3dcc5d4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/sh/ |
H A D | rz-ssi.c | diff ccf09255d89ca41c3232281e405e6112b3dcc5d4 Tue Jan 30 09:08:22 CST 2024 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> ASoC: sh: rz-ssi: Fix error message print
[ Upstream commit 9a6d7c4fb2801b675a9c31a7ceb78c84b8c439bc ]
The devm_request_irq() call is done for "dma_rt" interrupt but the error message printed "dma_tx" interrupt on failure, fix this by updating dma_tx -> dma_rt in dev_err_probe() message. While at it aligned the code.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Fixes: 38c042b59af0248a ("ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://msgid.link/r/20240130150822.327434-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
|