]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: amd: Fix compile warning of argument type
authorAkshu Agrawal <akshu.agrawal@amd.com>
Tue, 3 Mar 2020 09:04:37 +0000 (14:34 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 3 Mar 2020 14:16:23 +0000 (14:16 +0000)
commit6d55ef54f13096406f344f9aacdd4d28af687549
tree902fe3d7e9186957cf4dd3c77876ccfe45bb2371
parentcbce4103a1b4b1fb18752025e704d1a86c79834f
ASoC: amd: Fix compile warning of argument type

Fixes:
>> sound/soc//amd/acp3x-rt5682-max9836.c:341:23: warning: format '%d'
>> expects argument of type 'int', but argument 3 has type 'long int'
>> [-Wformat=]
      dev_err(&pdev->dev, "DMIC gpio failed err=%d\n",

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Link: https://lore.kernel.org/r/20200303090444.95805-1-akshu.agrawal@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp3x-rt5682-max9836.c