]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit085ccd76296849caa5488604226535226c3bcd65
tree799aa2d726f51db6511726ae65a1c63c2f6e6b07
parent7f10063b9d601e522214851c7911c01c0b818b70
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