projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3f6d0
)
bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()
author
Axel Lin
<axel.lin@gmail.com>
Tue, 5 Oct 2010 02:05:34 +0000
(10:05 +0800)
committer
Anton 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/power/bq27x00_battery.c
b/drivers/power/bq27x00_battery.c
index 3ec9c6a8896b5ea9c22c0da72705b51ab79ca6fc..eff0273d4030d71a745f109a25754be52eaa1d8e 100644
(file)
--- 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);