]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: sof_rt5682: use GFP_KERNEL instead of GFP_ATOMIC
authorTzung-Bi Shih <tzungbi@google.com>
Tue, 18 Jun 2019 07:04:26 +0000 (15:04 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 18 Jun 2019 18:16:06 +0000 (19:16 +0100)
commitb2e1b3aa7fa2af277becc3038fb726a717db0781
treead073de925a8891324294f7b25b2fc9256792107
parent68a5c07a089b28c23ca4de44d2068155ae97fbba
ASoC: Intel: sof_rt5682: use GFP_KERNEL instead of GFP_ATOMIC

Change the memory allocation flag from GFP_ATOMIC to GFP_KERNEL because
probe of platform device is unlikely a place where cannot sleep.

Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_rt5682.c