diff options
-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, | |||
514 | } | 514 | } |
515 | 515 | ||
516 | /* | 516 | /* |
517 | * If we measure the mic as | 517 | * If we measure the mic as high impedance |
518 | */ | 518 | */ |
519 | if (!id_gpio || info->hpdet_res[1] > 50) { | 519 | if (!id_gpio || info->hpdet_res[1] > 50) { |
520 | dev_dbg(arizona->dev, "Detected mic\n"); | 520 | dev_dbg(arizona->dev, "Detected mic\n"); |