diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-21 03:35:44 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-22 20:32:03 -0500 |
commit | f9365d07dd5cb3c76b454b4c7827b2f6339cace2 (patch) | |
tree | 8b34e45bcb24d0129a24ced42dd15df258b3b2e8 /drivers/extcon/extcon-arizona.c | |
parent | e6dd8cf223d1a41b3c3168e97e2c33df0ef05e9d (diff) |
extcon: arizona: Remove duplicate rate configuration
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/extcon/extcon-arizona.c')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 528303440c2e..ab8b9c7359fb 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
@@ -1003,10 +1003,6 @@ static int arizona_extcon_probe(struct platform_device *pdev) | |||
1003 | goto err_micdet; | 1003 | goto err_micdet; |
1004 | } | 1004 | } |
1005 | 1005 | ||
1006 | regmap_update_bits(arizona->regmap, ARIZONA_MIC_DETECT_1, | ||
1007 | ARIZONA_MICD_RATE_MASK, | ||
1008 | 8 << ARIZONA_MICD_RATE_SHIFT); | ||
1009 | |||
1010 | arizona_clk32k_enable(arizona); | 1006 | arizona_clk32k_enable(arizona); |
1011 | regmap_update_bits(arizona->regmap, ARIZONA_JACK_DETECT_DEBOUNCE, | 1007 | regmap_update_bits(arizona->regmap, ARIZONA_JACK_DETECT_DEBOUNCE, |
1012 | ARIZONA_JD1_DB, ARIZONA_JD1_DB); | 1008 | ARIZONA_JD1_DB, ARIZONA_JD1_DB); |