]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix test of a field address
authorVinod Koul <vinod.koul@intel.com>
Sun, 22 Nov 2015 10:54:57 +0000 (16:24 +0530)
committerMark Brown <broonie@kernel.org>
Sun, 22 Nov 2015 12:48:11 +0000 (12:48 +0000)
commit721048d0e3552e8f59bd0f8a391065f8d4105afb
treef087dad35bfd46aa93035424cf94ed6ba457b848
parent9715af07b0f98cf506c588c0d1584f802b67ea04
ASoC: Intel: Skylake: Fix test of a field address

Skylake driver uses snd_dma_buffer for data and buffer, these are variables
and not pointer so do not test field addresses.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-sst-cldma.c