]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: hsw: remove i386 build warning w/ size_t argument
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 12 Aug 2019 14:03:05 +0000 (09:03 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 13 Aug 2019 11:40:46 +0000 (12:40 +0100)
commit1c9db7007790bea6758a18853b5189b18c402c5e
treeeb8f7ddaf7029a52bde0858de4d3597b15a2c6c4
parentc55f7d6414692cbc7cf5b6f776b5f0960119c725
ASoC: Intel: hsw: remove i386 build warning w/ size_t argument

Recent changes in the common IPC code introduced a build warning with
size_t fields, use the correct %zu format.

include/linux/dynamic_debug.h:82:16: warning: format '%lu' expects
argument of type 'long unsigned int', but argument 4 has type 'size_t'
[-Wformat=]

Fixes: 4740c01dda157 ('ASoC: Intel: Update request-reply IPC model')
Reported-by: kbuild test robot <lkp@intel.com>
Cc: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-By: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20190812140305.17570-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/haswell/sst-haswell-ipc.c