Commit 5f29895f authored by Axel Lin's avatar Axel Lin Committed by Anton Vorontsov

jz4740-battery: Add missing kfree(jz_battery) in jz_battery_remove()

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-By: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent a01bce6a
......@@ -383,6 +383,7 @@ static int __devexit jz_battery_remove(struct platform_device *pdev)
iounmap(jz_battery->base);
release_mem_region(jz_battery->mem->start, resource_size(jz_battery->mem));
kfree(jz_battery);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment