]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew
authorAxel Lin <axel.lin@gmail.com>
Sat, 20 Aug 2011 03:03:44 +0000 (11:03 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Aug 2011 22:26:46 +0000 (23:26 +0100)
commit054014161426fe0b6da5c554be4ec409545ab6ba
tree32c9def6f396c0c5119f70e3735067264c421e73
parentc9bb785101bafbe203b0bb9e20fe21b40efcc0db
ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew

GFP_ATOMIC is not needed here, use GFP_KERNEL instead.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c