summaryrefslogtreecommitdiff
path: root/sound/soc/sdca/sdca_interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sdca/sdca_interrupts.c')
-rw-r--r--sound/soc/sdca/sdca_interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sdca/sdca_interrupts.c b/sound/soc/sdca/sdca_interrupts.c
index 8018773ee426..79bf3042f57d 100644
--- a/sound/soc/sdca/sdca_interrupts.c
+++ b/sound/soc/sdca/sdca_interrupts.c
@@ -155,7 +155,7 @@ static irqreturn_t detected_mode_handler(int irq, void *data)
SDCA_CTL_SELECTED_MODE_NAME);
if (!name)
- return -ENOMEM;
+ return IRQ_NONE;
kctl = snd_soc_component_get_kcontrol(component, name);
if (!kctl) {