ASoC: soc-jack: Fix checking return value of request_any_context_irq
authorAxel Lin <axel.lin@gmail.com>
Sat, 13 Aug 2011 11:15:01 +0000 (19:15 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:39:47 +0000 (11:39 -0700)
commit397d8ae5dd5565a1b77402034bf4d74efd6cfff7
treea071e07bb0d9b91c9bbf82f638798b3f3a7b38dc
parent6d2e754003e789c6fb18de76d565a4cab83022a5
ASoC: soc-jack: Fix checking return value of request_any_context_irq

commit d2b4c7bd7eabfaa2e3e5b8107d5eeb56ac879813 upstream.

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 <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/soc-jack.c