Re: [PATCH v2] video: exynos_dp: use devm_clk_get function

2012-08-23 Thread Florian Tobias Schandinat
On 08/01/2012 04:20 PM, Damien Cassou wrote: > From: Damien Cassou > > The devm_clk_get function allocates memory that is released when a driver > detaches. This patch uses this function for data that is allocated in the > probe > function of a platform device and is only freed in the remove fun

Re: [PATCH v2] video: exynos_dp: use devm_clk_get function

2012-08-01 Thread Jingoo Han
On Thursday, August 02, 2012 1:21 AM Damien Cassou wrote: > > From: Damien Cassou > > The devm_clk_get function allocates memory that is released when a driver > detaches. This patch uses this function for data that is allocated in the > probe > function of a platform device and is only freed i