mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| rcar | ||
| Kconfig | ||
| Makefile | ||
| dma-sh7760.c | ||
| fsi.c | ||
| hac.c | ||
| migor.c | ||
| rz-ssi.c | ||
| sh7760-ac97.c | ||
| siu.h | ||
| siu_dai.c | ||
| siu_pcm.c | ||
| ssi.c | ||