Re: [alsa-devel] [PATCH] ASoC: fsl_ssi: Fixed wrong printf format identifier

2014-01-07 Thread Mark Brown
On Tue, Jan 07, 2014 at 08:08:14AM -0200, Fabio Estevam wrote: > I have sent the same fix as well as I haven't seen your patch before I > submitted mine. I saw Fabio's patch first too. signature.asc Description: Digital signature ___ Linuxppc-dev mail

Re: [alsa-devel] [PATCH] ASoC: fsl_ssi: Fixed wrong printf format identifier

2014-01-07 Thread Fabio Estevam
On Tue, Jan 7, 2014 at 4:04 AM, Alexander Shiyan wrote: > sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_probe': > sound/soc/fsl/fsl_ssi.c:1180:6: warning: format '%d' expects argument > of type 'int', but argument 3 has type 'long int' [-Wformat=] > > Reported-by: kbuild test robot > Signed-off-b