From: Fabio Estevam Date: Mon, 16 Apr 2012 13:53:09 +0000 (-0300) Subject: ASoC: soc-dapm: Use '%llx' with 'u64' type. X-Git-Tag: v3.5-rc1~118^2~3^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516541a00c6a6bced133158f0146b602a18dcbe5;p=pandora-kernel.git ASoC: soc-dapm: Use '%llx' with 'u64' type. Fix the following build warning: sound/soc/soc-dapm.c: In function 'snd_soc_dai_link_event': sound/soc/soc-dapm.c:2913: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'u64' '%llx' should be used with 'u64' type. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed