]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: fix string format for errors
authorCurtis Malainey <cujomalainey@chromium.org>
Mon, 8 Feb 2021 23:21:46 +0000 (17:21 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 10 Feb 2021 17:17:11 +0000 (17:17 +0000)
commit7fbcf7f8e06d354dd3393f0e54b03ddde499075c
tree1bd35bb6040dad671bdbb90748a2a77b5667271a
parenta84896efe8f8254432ecd5bd55f31e5f2340bdc3
ASoC: SOF: fix string format for errors

These are negative error return values, printing them as hex is annoying
and not beneficial. Switch back to signed type to make error lookup
simpler.

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210208232149.58899-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-compress.c
sound/soc/sof/intel/hda-dsp.c
sound/soc/sof/intel/hda-loader.c
sound/soc/sof/intel/hda-pcm.c
sound/soc/sof/intel/hda-trace.c