Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355074
b: refs/heads/master
c: e339af1
h: refs/heads/master
v: v3
  • Loading branch information
Charles Keepax authored and Mark Brown committed Feb 11, 2013
1 parent 85f3a27 commit 0362f93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbbd46e3d7fcdf1c8362bf1c83bcc08a93676cc9
refs/heads/master: e339af1c4567b1e63209329e2665781e598709f2
2 changes: 0 additions & 2 deletions trunk/drivers/extcon/extcon-arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,6 @@ static irqreturn_t arizona_micdet(int irq, void *data)
* impedence then give up and report headphones.
*/
if (info->detecting && (val & 0x3f8)) {
info->jack_flips++;

if (info->jack_flips >= info->micd_num_modes) {
dev_dbg(arizona->dev, "Detected HP/line\n");
arizona_identify_headphone(info);
Expand Down

0 comments on commit 0362f93

Please sign in to comment.