commit | 516541a00c6a6bced133158f0146b602a18dcbe5 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon Apr 16 10:53:09 2012 -0300 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 16 19:36:46 2012 +0100 |
tree | 799aa2d726f51db6511726ae65a1c63c2f6e6b07 | |
parent | c74184ed30ecce2a5e9ae9aa22cb5e3942e0c7c7 [diff] |
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 <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>