ASoC: soc-dapm: Use '%llx' with 'u64' type.
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 16 Apr 2012 13:53:09 +0000 (10:53 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 16 Apr 2012 18:36:46 +0000 (19:36 +0100)
commit516541a00c6a6bced133158f0146b602a18dcbe5
tree799aa2d726f51db6511726ae65a1c63c2f6e6b07
parentc74184ed30ecce2a5e9ae9aa22cb5e3942e0c7c7
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>
sound/soc/soc-dapm.c