aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-10-05 10:05:34 +0800
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-10-06 17:38:15 +0400
commit9292585c67ddd76285f2610c0cbf6b61fe27f5db (patch)
treefee88fe325bbf1a0bc7c17c12546e1d3e6c45152 /drivers/power
parentpower_supply: Introduce maximum current property (diff)
downloadlinux-dev-9292585c67ddd76285f2610c0cbf6b61fe27f5db.tar.xz
linux-dev-9292585c67ddd76285f2610c0cbf6b61fe27f5db.zip
bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/bq27x00_battery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c
index 3ec9c6a8896b..eff0273d4030 100644
--- a/drivers/power/bq27x00_battery.c
+++ b/drivers/power/bq27x00_battery.c
@@ -418,6 +418,7 @@ static int bq27x00_battery_remove(struct i2c_client *client)
power_supply_unregister(&di->bat);
+ kfree(di->bus);
kfree(di->bat.name);
mutex_lock(&battery_mutex);