ASoC: fsl: fsl_ssi: Use '%ld' to print 'long int'
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 7 Jan 2014 10:00:13 +0000 (08:00 -0200)
committerMark Brown <broonie@linaro.org>
Tue, 7 Jan 2014 10:54:28 +0000 (10:54 +0000)
commitff1b15acb44398f1a23e804fc0e178c952ee7fde
treef65b1935a63578d9f36dde8ffbd72e66f931ac22
parent6873ee464a9fd23f0b7c2ab38e4ab8cea02cb50d
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 <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c
This page took 0.025493 seconds and 5 git commands to generate.