Home
last modified time | relevance | path

Searched hist:"87 a0632b29410bab5c1783d7eb979c8d942d4209" (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/fsl/
H A Dfsl_dma.c87a0632b29410bab5c1783d7eb979c8d942d4209 Tue Aug 03 22:55:28 UTC 2010 Timur Tabi <timur@freescale.com> asoc/multi-component: fsl: fix exit and error paths in DMA and SSI drivers

The error handling code in the OF probe function of the SSI driver is not
freeing all resources correctly.

Since the machine driver no longer calls the DMA driver to provide information
about the SSI, we don't need to keep a list of DMA objects any more. In
addition, the fsl_soc_dma_remove() function is incorrectly removing *all*
DMA objects when it should only remove one.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>