diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-05 11:00:46 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2013-09-27 02:37:00 +0200 |
commit | d97abdde1753d4608766a8b7a3661d3b70117054 (patch) | |
tree | 9c15156c72e7342d18b474d3e78955264ecfb5b1 /drivers | |
parent | extcon: arizona: Clear trig_sts bits on all paths (diff) | |
download | linux-d97abdde1753d4608766a8b7a3661d3b70117054.tar.xz linux-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')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 2 |
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"); |