[Bug 530404] Re: Unable to handle kernel NULL pointer dereference at virtual address 00000002
Saeed Bishara
saeed at marvell.com
Sun Mar 7 13:33:29 UTC 2010
The bug is a double call to dma_free_writecombine to dma_desc_array buffer. the happens when soc_pcm_open fails on asoc: AC97 <-> pxa2xx-lfe-ac97 No matching rates.
the dma buffer above get freed first time in the same function at
codec_dai_err:
if (platform->pcm_ops->close)
platform->pcm_ops->close(substream);
The second time is when snd_pcm_open_substream fails and calls snd_pcm_release_substream.
--
Unable to handle kernel NULL pointer dereference at virtual address 00000002
https://bugs.launchpad.net/bugs/530404
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-mvl-dove in ubuntu.
More information about the kernel-bugs
mailing list