From 298c1ff8e162c5eac0e7d936b9324ed983ca98d8 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 16 Apr 2012 10:53:09 -0300 Subject: [PATCH] --- yaml --- r: 305640 b: refs/heads/master c: 516541a00c6a6bced133158f0146b602a18dcbe5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-dapm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8057d1cb7500..ee12fc6b978d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c74184ed30ecce2a5e9ae9aa22cb5e3942e0c7c7 +refs/heads/master: 516541a00c6a6bced133158f0146b602a18dcbe5 diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 96a10dc4c005..d7ee73a60ca5 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/sound/soc/soc-dapm.c @@ -2907,7 +2907,7 @@ static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w, if (config->formats) { fmt = ffs(config->formats) - 1; } else { - dev_warn(w->dapm->dev, "Invalid format %lx specified\n", + dev_warn(w->dapm->dev, "Invalid format %llx specified\n", config->formats); fmt = 0; }