From: Fabio Estevam Date: Wed, 7 Jan 2015 21:45:40 +0000 (-0200) Subject: ASoC: fsl_ssi: Fix irq error check X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~214^2~1^2~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64aa5f5843ab12455f6984928058a267f385a82c;p=pandora-kernel.git ASoC: fsl_ssi: Fix irq error check Commit 2ffa531078037a0 ("ASoC: fsl_ssi: Fix module unbound") changed the way to retrieve the irq number from irq_of_parse_and_map() to platform_get_irq(), but missed to updated the irq error check accordingly. We should test for negative irq number and propagate it in the case of error. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed