ASoC: Intel: bytcht_es8316: Replace GFP_ATOMIC with GFP_KERNEL
authorVinod Koul <[email protected]>
Fri, 20 Apr 2018 10:44:27 +0000 (16:14 +0530)
committerMark Brown <[email protected]>
Fri, 20 Apr 2018 16:29:00 +0000 (17:29 +0100)
commitd441b8588c3661afdcf61855aad38addb6833581
treeeb6dd3acc6a306b4b317d8b1bd61158687f2bf1d
parentffa481cf5d0e338e9221000805127c8cb3e2b150
ASoC: Intel: bytcht_es8316: Replace GFP_ATOMIC with GFP_KERNEL

In snd_byt_cht_es8316_mc_probe which is not atomic context, we use
GFP_ATOMIC flag with memory allocation, fix that by using GFP_KERNEL.

Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/bytcht_es8316.c