bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()
authorAxel Lin <axel.lin@gmail.com>
Tue, 5 Oct 2010 02:05:34 +0000 (10:05 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Wed, 6 Oct 2010 13:38:15 +0000 (17:38 +0400)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/bq27x00_battery.c

index 3ec9c6a..eff0273 100644 (file)
@@ -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);