Skip to content

Commit

Permalink
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kerne…
Browse files Browse the repository at this point in the history
…l/git/tiwai/sound-2.6 into for-2.6.38
  • Loading branch information
Mark Brown committed Dec 27, 2010
2 parents 8b08c0f + d089357 commit a164612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a164612

Please sign in to comment.