On Tue, Jul 31, 2012 at 3:57 PM, Mike Frysinger wrote:
> On Tue, Jul 31, 2012 at 9:54 AM, Damien Cassou 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 platf
On Tue, Jul 31, 2012 at 9:54 AM, Damien Cassou 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
From: Damien Cassou
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
---
drivers/vi
3 matches
Mail list logo