summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2015-03-25 11:22:35 +0000
committerMark Brown <broonie@kernel.org>2015-03-25 08:26:35 -0700
commit46172b6c26667133b9945b916b6223cc87bbf10c (patch)
tree0b7b38f34c1202433450b9d0f26220c7eb74d0fc /Documentation
parentc66150824b8a809a502fd833fa9b18082cd89a39 (diff)
downloadop-kernel-dev-46172b6c26667133b9945b916b6223cc87bbf10c.zip
op-kernel-dev-46172b6c26667133b9945b916b6223cc87bbf10c.tar.gz
ASoC: dapm: Fix build warning
commit c66150824b8a ("ASoC: dapm: add code to configure dai link parameters") introduced the following build warning: sound/soc/soc-dapm.c: In function 'snd_soc_dapm_new_pcm': sound/soc/soc-dapm.c:3389:4: warning: passing argument 1 of 'snprintf' discards 'const' qualifier from pointer target type snprintf(w_param_text[count], len, This patch fixes this by switching to using devm_kasprintf. This also saves a couple of lines of code. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud