From: Guenter Roeck Date: Thu, 3 Oct 2013 04:15:22 +0000 (-0700) Subject: ASoC: fsl_ssi: Fix irq_of_parse_and_map() return value check X-Git-Tag: v3.12-rc7~24^2~1^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8d3af33f7f6e1388a65e847f90bbc8d1ba66ce;p=pandora-kernel.git ASoC: fsl_ssi: Fix irq_of_parse_and_map() return value check irq_of_parse_and_map() returns 0 on error, not NO_IRQ. Fix the following xtensa:allmodconfig build error. sound/soc/fsl/fsl_ssi.c:705:26: error: 'NO_IRQ' undeclared (first use in this function) make[4]: *** [sound/soc/fsl/fsl_ssi.o] Error 1 Cc: Geert Uytterhoeven Cc: Grant Likely Signed-off-by: Guenter Roeck Signed-off-by: Mark Brown --- Reading git-diff-tree failed