aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/bq27000_battery.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-04-25 19:23:57 +0100
committerThomas White <taw@bitwiz.org.uk>2009-04-25 19:23:57 +0100
commitca8cdf043c7c6d8e1b4b3d86f3cae12fc37756a2 (patch)
treedad605a1b3142e85d9ddc08a77d62f6bf09f22cc /drivers/power/bq27000_battery.c
parent16696dd08020690cff796fc4705b4d6bd14e91b0 (diff)
parentb4136a36f31a65d0998a328465df9e8e2ba93166 (diff)
Merge branch 'andy-tracking' into drm-tracking
Conflicts: drivers/mfd/glamo/Kconfig
Diffstat (limited to 'drivers/power/bq27000_battery.c')
-rw-r--r--drivers/power/bq27000_battery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/bq27000_battery.c b/drivers/power/bq27000_battery.c
index bc3856e5755..9f0f1a96720 100644
--- a/drivers/power/bq27000_battery.c
+++ b/drivers/power/bq27000_battery.c
@@ -173,6 +173,7 @@ static void bq27000_battery_external_power_changed(struct power_supply *psy)
struct bq27000_device_info *di = container_of(psy, struct bq27000_device_info, bat);
dev_dbg(di->dev, "%s\n", __FUNCTION__);
+ schedule_delayed_work(&di->work, 0);
}
static int bq27000_battery_get_property(struct power_supply *psy,