16 Apr
2012
16 Apr
'12
6:37 p.m.
On Mon, Apr 16, 2012 at 10:53:09AM -0300, Fabio Estevam wrote:
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.
Applied, thanks.