]> Git Repo - linux.git/commit
ASoC: Intel: don't use GFP_ATOMIC for machine driver contexts
authorPierre-Louis Bossart <[email protected]>
Thu, 12 Mar 2020 19:48:59 +0000 (14:48 -0500)
committerMark Brown <[email protected]>
Fri, 13 Mar 2020 15:44:57 +0000 (15:44 +0000)
commit2e6529a51a8bda287ac242b2ddc8a5046a3bb7c9
treec0d7e142cf0639414310983e084cc3ace3c0b88a
parenta79ae0f6c95652752774e66fd4fa5191d868df9f
ASoC: Intel: don't use GFP_ATOMIC for machine driver contexts

We've removed GFP_ATOMIC in all machine drivers and somehow this keeps
coming back due to copy-paste. Move to GFP_KERNEL.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Guennadi Liakhovetski <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/cml_rt1011_rt5682.c
sound/soc/intel/boards/sof_da7219_max98373.c
This page took 0.056445 seconds and 4 git commands to generate.