aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/88pm860x_charger.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/88pm860x_charger.c')
-rw-r--r--drivers/power/88pm860x_charger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/88pm860x_charger.c b/drivers/power/88pm860x_charger.c
index ffff66b1c1aa..de029bbc1cc1 100644
--- a/drivers/power/88pm860x_charger.c
+++ b/drivers/power/88pm860x_charger.c
@@ -554,7 +554,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data)
554 OVTEMP_AUTORECOVER, 554 OVTEMP_AUTORECOVER,
555 OVTEMP_AUTORECOVER); 555 OVTEMP_AUTORECOVER);
556 dev_dbg(info->dev, 556 dev_dbg(info->dev,
557 "%s, pm8606 over-temp occure\n", __func__); 557 "%s, pm8606 over-temp occurred\n", __func__);
558 } 558 }
559 } 559 }
560 560
@@ -562,7 +562,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data)
562 set_vchg_threshold(info, VCHG_OVP_LOW, 0); 562 set_vchg_threshold(info, VCHG_OVP_LOW, 0);
563 info->allowed = 0; 563 info->allowed = 0;
564 dev_dbg(info->dev, 564 dev_dbg(info->dev,
565 "%s,pm8607 over-vchg occure,vchg = %dmv\n", 565 "%s,pm8607 over-vchg occurred,vchg = %dmv\n",
566 __func__, vchg); 566 __func__, vchg);
567 } else if (vchg < VCHG_OVP_LOW) { 567 } else if (vchg < VCHG_OVP_LOW) {
568 set_vchg_threshold(info, VCHG_NORMAL_LOW, 568 set_vchg_threshold(info, VCHG_NORMAL_LOW,