diff options
| -rw-r--r-- | drivers/power/bq27x00_battery.c | 1 |
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) | |||
| 418 | 418 | ||
| 419 | power_supply_unregister(&di->bat); | 419 | power_supply_unregister(&di->bat); |
| 420 | 420 | ||
| 421 | kfree(di->bus); | ||
| 421 | kfree(di->bat.name); | 422 | kfree(di->bat.name); |
| 422 | 423 | ||
| 423 | mutex_lock(&battery_mutex); | 424 | mutex_lock(&battery_mutex); |
