forked from mirrors/linux
On error path, function acp_i2s_set_tdm_slot returns without releasing
the lock and this could result in potential deadlocks in the future.
Error reported by sparse:
sound/soc/amd/acp/acp-i2s.c:95:12: error: context imbalance in
'acp_i2s_set_tdm_slot' - different lock contexts for basic block
Fixes:
|
||
|---|---|---|
| .. | ||
| acp | ||
| include | ||
| ps | ||
| raven | ||
| renoir | ||
| rpl | ||
| vangogh | ||
| yc | ||
| acp-config.c | ||
| acp-da7219-max98357a.c | ||
| acp-es8336.c | ||
| acp-pcm-dma.c | ||
| acp-rt5645.c | ||
| acp.h | ||
| acp3x-rt5682-max9836.c | ||
| Kconfig | ||
| mach-config.h | ||
| Makefile | ||