From 516541a00c6a6bced133158f0146b602a18dcbe5 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 16 Apr 2012 10:53:09 -0300 Subject: [PATCH] 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-format-patch failed