ASoC: don't pass the string as the format arguemtn for dev_info()
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Родитель
722bc28384
Коммит
9d01df063e
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче