aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-08-05 14:30:46 +0530
committerChanwoo Choi <cw00.choi@samsung.com>2013-09-27 09:37:00 +0900
commitd97abdde1753d4608766a8b7a3661d3b70117054 (patch)
tree9c15156c72e7342d18b474d3e78955264ecfb5b1 /drivers/extcon/extcon-arizona.c
parentextcon: arizona: Clear trig_sts bits on all paths (diff)
downloadlinux-dev-d97abdde1753d4608766a8b7a3661d3b70117054.tar.xz
linux-dev-d97abdde1753d4608766a8b7a3661d3b70117054.zip
extcon: arizona: Fix a typo in a comment
Fixes an incomplete comment introduced by commit 9c2ba270 ("extcon: arizona: Simplify HPDET based identification"). Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-arizona.c')
-rw-r--r--drivers/extcon/extcon-arizona.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
index 4696df0946ed..2064eac1b92b 100644
--- a/drivers/extcon/extcon-arizona.c
+++ b/drivers/extcon/extcon-arizona.c
@@ -514,7 +514,7 @@ static int arizona_hpdet_do_id(struct arizona_extcon_info *info, int *reading,
}
/*
- * If we measure the mic as
+ * If we measure the mic as high impedance
*/
if (!id_gpio || info->hpdet_res[1] > 50) {
dev_dbg(arizona->dev, "Detected mic\n");