]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: bytcr_rt5651: Replace GFP_ATOMIC with GFP_KERNEL
authorVinod Koul <vinod.koul@intel.com>
Fri, 20 Apr 2018 10:44:28 +0000 (16:14 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 20 Apr 2018 16:29:08 +0000 (17:29 +0100)
commit9a45757503dbe611de652741e86287faf6dfa4d9
tree293416c86fe46bf675f9dab2fa041e8bd129724d
parent1a7f0da197cb6c17f4a8c30c9fa0ec2107cd13e5
ASoC: Intel: bytcr_rt5651: Replace GFP_ATOMIC with GFP_KERNEL

In snd_byt_rt5651_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 <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcr_rt5651.c