diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-07 08:00:13 -0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-07 10:54:28 +0000 |
commit | ff1b15acb44398f1a23e804fc0e178c952ee7fde (patch) | |
tree | f65b1935a63578d9f36dde8ffbd72e66f931ac22 /scripts/coccinelle/tests | |
parent | 6873ee464a9fd23f0b7c2ab38e4ab8cea02cb50d (diff) | |
download | talos-obmc-linux-ff1b15acb44398f1a23e804fc0e178c952ee7fde.tar.gz talos-obmc-linux-ff1b15acb44398f1a23e804fc0e178c952ee7fde.zip |
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>
Diffstat (limited to 'scripts/coccinelle/tests')
0 files changed, 0 insertions, 0 deletions