ASoC: SOF: topology: remove const in sizeof()
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 30 Sep 2020 15:20:24 +0000 (18:20 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2020 16:08:01 +0000 (16:08 +0000)
commit3381a989a92f12f401332f1c506465fff1a8870d
tree2537961f6c7192713d787be5466e030fc7d264aa
parent5027fe36032a1203d5a56bd8c0f9279feb48775f
ASoC: SOF: topology: remove const in sizeof()

We should only use the type, the const attribute makes no sense in
sizeof().

Reported-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Acked-by: Jaroslav Kysela <perex@perex.cz>
Tested-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20200930152026.3902186-3-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/topology.c