apm_power: check I.intval for zero value, we use it as the divisor
authorAnton Vorontsov <cbouatmailru@gmail.com>
Sat, 12 Jan 2008 23:44:54 +0000 (02:44 +0300)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 1 Feb 2008 23:44:34 +0000 (02:44 +0300)
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
drivers/power/apm_power.c

index a832a9a..a489227 100644 (file)
@@ -133,6 +133,9 @@ static int do_calculate_time(int status, enum apm_source source)
                        return -1;
        }
 
+       if (!I.intval)
+               return 0;
+
        switch (source) {
        case SOURCE_CHARGE:
                full_prop = POWER_SUPPLY_PROP_CHARGE_FULL;