From: Fabio Estevam Date: Tue, 7 Jan 2014 10:00:13 +0000 (-0200) Subject: ASoC: fsl: fsl_ssi: Use '%ld' to print 'long int' X-Git-Tag: v3.14-rc1~143^2~1^2^2^6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1b15acb44398f1a23e804fc0e178c952ee7fde;p=pandora-kernel.git ASoC: fsl: fsl_ssi: Use '%ld' to print 'long int' Commit 6873ee464a (ASoC: fsl_ssi: Fix printing return code on clk error) caused the following build warning: sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_probe': sound/soc/fsl/fsl_ssi.c:1196:6: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat] Fix it by using '%ld' to print the 'long int' format. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed