diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/extcon/extcon-arizona.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index cdab9e598297..d876a54a8bd1 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
| @@ -166,6 +166,7 @@ static irqreturn_t arizona_micdet(int irq, void *data) | |||
| 166 | ret = regmap_read(arizona->regmap, ARIZONA_MIC_DETECT_3, &val); | 166 | ret = regmap_read(arizona->regmap, ARIZONA_MIC_DETECT_3, &val); |
| 167 | if (ret != 0) { | 167 | if (ret != 0) { |
| 168 | dev_err(arizona->dev, "Failed to read MICDET: %d\n", ret); | 168 | dev_err(arizona->dev, "Failed to read MICDET: %d\n", ret); |
| 169 | mutex_unlock(&info->lock); | ||
| 169 | return IRQ_NONE; | 170 | return IRQ_NONE; |
| 170 | } | 171 | } |
| 171 | 172 | ||
