From 587ec9fb57d5ff06cfe928448f21138a2ecd4d88 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Thu, 28 Oct 2010 22:49:07 +1100 Subject: [PATCH] The overpower warning does not seem to be valid so I've commented it out. --- arch/arm/mach-msm/board-htcleo-battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-htcleo-battery.c b/arch/arm/mach-msm/board-htcleo-battery.c index c6a9a558..3af79a49 100644 --- a/arch/arm/mach-msm/board-htcleo-battery.c +++ b/arch/arm/mach-msm/board-htcleo-battery.c @@ -414,7 +414,7 @@ static int battery_adjust_charge_state(struct htcleo_device_info *di) ovp = gpio_get_value(HTCLEO_GPIO_BATTERY_OVER_CHG); if (ovp) { - printk("Battery overpowered!\n"); + //printk("Battery overpowered!\n"); } if (temp >= TEMP_HOT || ovp)