10 Feb
2012
10 Feb
'12
9:21 p.m.
On Fri, Feb 10, 2012 at 09:17:01AM +0100, Julia Lawall wrote:
From: Julia Lawall Julia.Lawall@lip6.fr
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.
Applied, thanks for your persistence!