提交 9d01df06 编写于 作者: T Takashi Iwai

ASoC: don't pass the string as the format arguemtn for dev_info()

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 722bc283
......@@ -110,7 +110,7 @@ static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...)
va_start(args, fmt);
vsnprintf(buf, PAGE_SIZE, fmt, args);
dev_info(dev, buf);
dev_info(dev, "%s", buf);
va_end(args);
kfree(buf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册