ASoC: fsl_ssi: Change irq type to 'int'
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 14 Jan 2015 12:48:59 +0000 (10:48 -0200)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2015 17:15:15 +0000 (17:15 +0000)
commit9e446ad500db0fd0823990409da17fde9e9cffdc
tree0a941fe3a4733a94f609a744b8a26fdec91a23a5
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
ASoC: fsl_ssi: Change irq type to 'int'

Since commit 2ffa531078037a0 ("ASoC: fsl_ssi: Fix module unbound") the irq
number is retrieved via platform_get_irq(), which may fail and return a negative
number, so adapt its type to 'int'.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c