17 Feb
2014
17 Feb
'14
5:49 p.m.
On Mon, 2014-02-17 at 14:48 +0100, Takashi Iwai wrote:
At Mon, 17 Feb 2014 13:32:08 +0000, Liam Girdwood wrote:
- /* allocate DMA buffer to store FW data */
- sst_fw->dma_buf = dma_alloc_coherent(dsp->dev, sst_fw->size,
&sst_fw->dmable_fw_paddr, GFP_DMA);
Missing GFP_KERNEL?
Yep thanks, I'll fix it incrementally if it's OK with Mark ?
Liam