summaryrefslogtreecommitdiff
path: root/drivers/power/bq27441_battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/bq27441_battery.c')
-rw-r--r--drivers/power/bq27441_battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/bq27441_battery.c b/drivers/power/bq27441_battery.c
index d688be394474..1cde0e4495b3 100644
--- a/drivers/power/bq27441_battery.c
+++ b/drivers/power/bq27441_battery.c
@@ -764,7 +764,7 @@ static int bq27441_probe(struct i2c_client *client,
schedule_delayed_work(&chip->work, 0);
battery_gauge_record_snapshot_values(chip->bg_dev,
- jiffies_to_msecs(BQ27441_DELAY/2));
+ jiffies_to_msecs(BATTERY_SNAPSHOT_INTERVAL));
return 0;
bg_err: