Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-17 Thread Rafael J. Wysocki
On Saturday, April 13, 2013 09:40:49 AM Axel Lin wrote: > 2013/4/13 Rafael J. Wysocki : > > On Friday, April 12, 2013 09:11:00 PM myungjoo.ham wrote: > >> > On Friday, April 12, 2013 11:52:01 AM 함명주 wrote: > >> > > > On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > >> > > > > We need to call

Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread Axel Lin
2013/4/13 Rafael J. Wysocki : > On Friday, April 12, 2013 09:11:00 PM myungjoo.ham wrote: >> > On Friday, April 12, 2013 11:52:01 AM 함명주 wrote: >> > > > On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: >> > > > > We need to call mutex_unlock() in the error path. >> > > > > >> > > > > Signed-of

Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread Rafael J. Wysocki
On Friday, April 12, 2013 09:11:00 PM myungjoo.ham wrote: > > On Friday, April 12, 2013 11:52:01 AM 함명주 wrote: > > > > On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > > > > > We need to call mutex_unlock() in the error path. > > > > > > > > > > Signed-off-by: Axel Lin > > > > > > > > All

RE: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread myungjoo.ham
> On Friday, April 12, 2013 11:52:01 AM 함명주 wrote: > > > On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > > > > We need to call mutex_unlock() in the error path. > > > > > > > > Signed-off-by: Axel Lin > > > > > > All three patches applied to linux-pm.git/linux-next. > > > > > > Exynos m

Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread Rafael J. Wysocki
On Friday, April 12, 2013 11:52:01 AM 함명주 wrote: > > On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > > > We need to call mutex_unlock() in the error path. > > > > > > Signed-off-by: Axel Lin > > > > All three patches applied to linux-pm.git/linux-next. > > > > Exynos maintainers, if you

Re: Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread 함명주
> On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > > We need to call mutex_unlock() in the error path. > > > > Signed-off-by: Axel Lin > > All three patches applied to linux-pm.git/linux-next. > > Exynos maintainers, if you have any objections, please holler. > > Thanks, > Rafael This

Re: [RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-12 Thread Rafael J. Wysocki
On Friday, April 12, 2013 01:54:18 PM Axel Lin wrote: > We need to call mutex_unlock() in the error path. > > Signed-off-by: Axel Lin All three patches applied to linux-pm.git/linux-next. Exynos maintainers, if you have any objections, please holler. Thanks, Rafael > --- > drivers/devfreq/ex

[RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails

2013-04-11 Thread Axel Lin
We need to call mutex_unlock() in the error path. Signed-off-by: Axel Lin --- drivers/devfreq/exynos4_bus.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c index 1deee09..54b9615 100644 --- a/drivers/devfreq/e