ASoC: Intel: byt-max98090: Replace GFP_ATOMIC with GFP_KERNEL
authorVinod Koul <vinod.koul@intel.com>
Fri, 20 Apr 2018 10:44:26 +0000 (16:14 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 20 Apr 2018 16:28:53 +0000 (17:28 +0100)
commitffa481cf5d0e338e9221000805127c8cb3e2b150
tree4dfc7de560abf41592bc792d1b6e235aa5e5eabc
parentc0380478139fce887b948b35dc0dcee0b40bdf09
ASoC: Intel: byt-max98090: Replace GFP_ATOMIC with GFP_KERNEL

In byt_max98090_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/byt-max98090.c