Re: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister

2014-11-03 Thread Yao Dongdong
alentin >>> Sent: Monday, October 20, 2014 6:04 PM >>> To: Yao Dongdong >>> Cc: Zhang, Rui; linux...@vger.kernel.org; LKML >>> Subject: Re: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister >>> >>> Hello, >>> >>> On Mon,

Re: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister

2014-11-03 Thread Eduardo Valentin
Yao Dongdong > >Cc: Zhang, Rui; linux...@vger.kernel.org; LKML > >Subject: Re: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister > > > >Hello, > > > >On Mon, Oct 20, 2014 at 04:27:36PM +0800, Yao Dongdong wrote: > >> Signed-off-by:yaodongd...@huawe

RE: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister

2014-11-03 Thread R, Durgadoss
>-Original Message- >From: linux-pm-ow...@vger.kernel.org [mailto:linux-pm- >ow...@vger.kernel.org] On Behalf Of Eduardo Valentin >Sent: Monday, October 20, 2014 6:04 PM >To: Yao Dongdong >Cc: Zhang, Rui; linux...@vger.kernel.org; LKML >Subject: Re: [PATCH 1/2] Therm

Re: [PATCH 1/2] Thermal:Fix memory leak if occur goto unregister

2014-10-20 Thread Eduardo Valentin
Hello, On Mon, Oct 20, 2014 at 04:27:36PM +0800, Yao Dongdong wrote: > Signed-off-by:yaodongd...@huawei.com Acked-by: Eduardo Valentin Rui, would you take care of this? > > --- > drivers/thermal/thermal_core.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/thermal/thermal_

[PATCH 1/2] Thermal:Fix memory leak if occur goto unregister

2014-10-20 Thread Yao Dongdong
Signed-off-by:yaodongd...@huawei.com --- drivers/thermal/thermal_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 71b0ec0..5b7d466 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -1