提交 720ffa4c 编写于 作者: L Liam Girdwood 提交者: Mark Brown

ASoC: core - fix build warning on x86_64

Output size_t type as a "%Zu" to avoid warnings.
Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 1593d7dd
......@@ -2916,7 +2916,7 @@ int snd_soc_register_dais(struct device *dev,
struct snd_soc_dai *dai;
int i, ret = 0;
dev_dbg(dev, "dai register %s #%d\n", dev_name(dev), count);
dev_dbg(dev, "dai register %s #%Zu\n", dev_name(dev), count);
for (i = 0; i < count; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部