diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-02-04 14:29:41 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 11:06:19 -0500 |
commit | e339af1c4567b1e63209329e2665781e598709f2 (patch) | |
tree | 0652844a995ffdd23f7632ca3f5e321d471222dd /drivers/extcon | |
parent | bbbd46e3d7fcdf1c8362bf1c83bcc08a93676cc9 (diff) |
extcon: arizona: Remove extra jack flip increment
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index aa724314677a..c17a41ff60ea 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
@@ -750,8 +750,6 @@ static irqreturn_t arizona_micdet(int irq, void *data) | |||
750 | * impedence then give up and report headphones. | 750 | * impedence then give up and report headphones. |
751 | */ | 751 | */ |
752 | if (info->detecting && (val & 0x3f8)) { | 752 | if (info->detecting && (val & 0x3f8)) { |
753 | info->jack_flips++; | ||
754 | |||
755 | if (info->jack_flips >= info->micd_num_modes) { | 753 | if (info->jack_flips >= info->micd_num_modes) { |
756 | dev_dbg(arizona->dev, "Detected HP/line\n"); | 754 | dev_dbg(arizona->dev, "Detected HP/line\n"); |
757 | arizona_identify_headphone(info); | 755 | arizona_identify_headphone(info); |