diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-08-18 11:14:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-19 18:21:22 +0100 |
commit | 4b14f17912052a6963580dfba04781cfe6ccba02 (patch) | |
tree | aeb270415d3981a192fbd072bd9d38218a1d1e3a /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 2fbbcffea5b6adbfe90ffc842a6b3eb2d7e381ed (diff) |
ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request function
dma_request_chan() returns error pointer in case of failures, but
the rz_ssi_dma_request() checked for NULL pointer instead.
This patch fixes the issue by checking for ERR_PTR() instead of
NULL and sets the DMA pointers to NULL in error case so that ssi
can fallback to PIO mode.
Fixes: 26ac471c5354 ("ASoC: sh: rz-ssi: Add SSI DMAC support")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210818101450.15948-1-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions