ASoC: fsl: imx-pcm-fiq: Use 'unsigned int' for period
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 20 Mar 2013 05:22:40 +0000 (02:22 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Mar 2013 09:58:39 +0000 (10:58 +0100)
commit2fb148804fe50639be4c5addb9e28aad0fce1687
tree4f62e6b0f90058ad68ff5fef7f8372172cace93a
parent127c5cad87099fef816c8597258fc06285d17bb1
ASoC: fsl: imx-pcm-fiq: Use 'unsigned int' for period

Fix the following warning when building with W=1 option:

sound/soc/fsl/imx-pcm-fiq.c: In function 'snd_hrtimer_callback':
sound/soc/fsl/imx-pcm-fiq.c:76:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/imx-pcm-fiq.c
This page took 0.024782 seconds and 5 git commands to generate.