diff options
author | Damien Cassou <damien.cassou@lifl.fr> | 2012-08-03 17:40:11 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-08-23 13:14:15 +0000 |
commit | b2ca7f4d740dc65322386b78cd5bdbceaa524fe0 (patch) | |
tree | fea18848a080e9aaead2ed8b8d99579c1b67ed28 /virt/kvm/Kconfig | |
parent | e07d232335ed2b65b50b51d1564b418801901d7c (diff) |
drivers/video/jz4740_fb.c: use devm_ functions
The various devm_ functions allocate memory that is released when a driver
detaches. This patch uses these functions for data that is allocated in the
probe function of a platform device and is only freed in the remove function.
Signed-off-by: Damien Cassou <damien.cassou@lifl.fr>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'virt/kvm/Kconfig')
0 files changed, 0 insertions, 0 deletions