Re: [PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path

2015-09-16 Thread Vince Hsu
On 09/17/2015 06:15 AM, Stephen Boyd wrote: On 09/16, Vince Hsu wrote: From: Vince Hsu The commit e770940218028c6a5927fda45f2ca9db5d9b35e0 ("clk: tegra: dfll: Properly protect OPP list") added the rcu_read_{lock,unlock} but missed one in the error path. So add the missing one. Signed-off-by

Re: [PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path

2015-09-16 Thread Stephen Boyd
On 09/16, Vince Hsu wrote: > From: Vince Hsu > > The commit e770940218028c6a5927fda45f2ca9db5d9b35e0 ("clk: tegra: dfll: > Properly protect OPP list") added the rcu_read_{lock,unlock} but missed > one in the error path. So add the missing one. > > Signed-off-by: Vince Hsu > --- I think we'll j

[PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path

2015-09-15 Thread Vince Hsu
From: Vince Hsu The commit e770940218028c6a5927fda45f2ca9db5d9b35e0 ("clk: tegra: dfll: Properly protect OPP list") added the rcu_read_{lock,unlock} but missed one in the error path. So add the missing one. Signed-off-by: Vince Hsu --- Hi, I noticed the missed unlock because we had a similar f