diff options
Diffstat (limited to 'drivers/extcon/extcon-max14577.c')
-rw-r--r-- | drivers/extcon/extcon-max14577.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c index 12e26c4e7763..f6414b7fa5bc 100644 --- a/drivers/extcon/extcon-max14577.c +++ b/drivers/extcon/extcon-max14577.c | |||
@@ -531,8 +531,10 @@ static int max14577_parse_irq(struct max14577_muic_info *info, int irq_type) | |||
531 | case MAX14577_IRQ_INT1_ADC: | 531 | case MAX14577_IRQ_INT1_ADC: |
532 | case MAX14577_IRQ_INT1_ADCLOW: | 532 | case MAX14577_IRQ_INT1_ADCLOW: |
533 | case MAX14577_IRQ_INT1_ADCERR: | 533 | case MAX14577_IRQ_INT1_ADCERR: |
534 | /* Handle all of accessory except for | 534 | /* |
535 | type of charger accessory */ | 535 | * Handle all of accessory except for |
536 | * type of charger accessory. | ||
537 | */ | ||
536 | info->irq_adc = true; | 538 | info->irq_adc = true; |
537 | return 1; | 539 | return 1; |
538 | case MAX14577_IRQ_INT2_CHGTYP: | 540 | case MAX14577_IRQ_INT2_CHGTYP: |