5 Aug
2010
5 Aug
'10
3:52 p.m.
On Tue, Aug 03, 2010 at 05:55:28PM -0500, Timur Tabi wrote:
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
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com