OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 8... Line 8...
8 drivers/cpufreq/cpufreq-dt.c | 2 ++ 8 drivers/cpufreq/cpufreq-dt.c | 2 ++
9 1 file changed, 2 insertions(+) 9 1 file changed, 2 insertions(+)
Line 10... Line 10...
10   10  
11 --- a/drivers/cpufreq/cpufreq-dt.c 11 --- a/drivers/cpufreq/cpufreq-dt.c
12 +++ b/drivers/cpufreq/cpufreq-dt.c 12 +++ b/drivers/cpufreq/cpufreq-dt.c
13 @@ -144,8 +144,10 @@ static int opp_notifier(struct notifier_ 13 @@ -143,8 +143,10 @@ static int opp_notifier(struct notifier_
14 ret = PTR_ERR(cpu_reg); 14 ret = PTR_ERR(cpu_reg);
15 goto out; 15 goto out;
16 } 16 }
17 + rcu_read_lock(); 17 + rcu_read_lock();