From: Axel Lin Date: Sat, 13 Aug 2011 11:15:01 +0000 (+0800) Subject: ASoC: soc-jack: Fix checking return value of request_any_context_irq X-Git-Tag: v3.1-rc4~11^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b4c7bd7eabfaa2e3e5b8107d5eeb56ac879813;p=pandora-kernel.git ASoC: soc-jack: Fix checking return value of request_any_context_irq request_any_context_irq() returns a negative value on failure. On success, it returns either IRQC_IS_HARDIRQ or IRQC_IS_NESTED. Signed-off-by: Axel Lin Signed-off-by: Mark Brown Cc: stable@kernel.orG --- Reading git-diff-tree failed