From: Mark Brown Date: Mon, 21 Jan 2013 08:35:44 +0000 (+0900) Subject: extcon: arizona: Remove duplicate rate configuration X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f9365d07dd5cb3c76b454b4c7827b2f6339cace2;p=deliverable%2Flinux.git extcon: arizona: Remove duplicate rate configuration Signed-off-by: Mark Brown --- 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) goto err_micdet; } - regmap_update_bits(arizona->regmap, ARIZONA_MIC_DETECT_1, - ARIZONA_MICD_RATE_MASK, - 8 << ARIZONA_MICD_RATE_SHIFT); - arizona_clk32k_enable(arizona); regmap_update_bits(arizona->regmap, ARIZONA_JACK_DETECT_DEBOUNCE, ARIZONA_JD1_DB, ARIZONA_JD1_DB);