1
0
Fork 0

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2010-12-22 14:08:40 +01:00
parent 722bc28384
commit 9d01df063e
1 changed files with 1 additions and 1 deletions

View File

@ -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);