OSDN Git Service

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)
commitcd470fae88042570e0b9f50a725ca39ee333583f
treef087dad35bfd46aa93035424cf94ed6ba457b848
parent07f083aba92ffdd97df41516de6f80ef27a4a21b
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