]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: max98390: Fix incorrect printf qualifier
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2020 16:44:53 +0000 (18:44 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 4 Jun 2020 13:42:31 +0000 (14:42 +0100)
commite9e064f219186708ddab023dde0e9e45e16a6ce2
tree2c981bd4c8b190b3d12654ac589de50359d31c96
parentf5d4497cdb7249995d62b3e836d101d54641be86
ASoC: max98390: Fix incorrect printf qualifier

This patch addresses a compile warning:
  sound/soc/codecs/max98390.c:781:3: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘size_t {aka const unsigned int}’ [-Wformat=]

Fixes: 4dc6e6493547 ("ASoC: max98390: Added Amplifier Driver")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200602164453.29925-1-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98390.c