]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEP
authorNicolin Chen <nicoleotsuka@gmail.com>
Thu, 22 Oct 2015 22:56:40 +0000 (15:56 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2015 02:08:00 +0000 (11:08 +0900)
commit237d860f68ba782b6ceba2b2b876f631a0f54460
tree097137ad3876cb09b41dffc69f318c722d234cdf
parentf8e8138d6b46693bcad2db57c08f32c2aa38922c
ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEP

Change them to #ifdef as CONFIG_PM_SLEEP might not be defined at all.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_esai.c
sound/soc/fsl/fsl_sai.c