Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d01df06 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 722bc283
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);