Messages in this thread |  | | | From | Mike Frysinger <> | | Date | Tue, 31 Jul 2012 09:57:57 -0400 | | Subject | Re: [PATCH 2/5] drivers/video/bfin-t350mcqb-fb.c: use devm_ functions |
| |
On Tue, Jul 31, 2012 at 9:54 AM, Damien Cassou <damien.cassou@lifl.fr> wrote: > 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.
Acked-by: Mike Frysinger <vapier@gentoo.org> -mike
|  |