Re: [PATCH] power: opp: Fix rcu_dereference_check() without protection!

2011-06-15 Thread Santosh Shilimkar
On 6/14/2011 9:08 PM, Menon, Nishanth wrote: On Tue, Jun 14, 2011 at 08:03, Santosh Shilimkar santosh.shilim...@ti.com wrote: With RCU debug options enabled, below warning is observed. === [ INFO: suspicious rcu_dereference_check() usage. ]

[PATCH] power: opp: Fix rcu_dereference_check() without protection!

2011-06-14 Thread Santosh Shilimkar
With RCU debug options enabled, below warning is observed. === [ INFO: suspicious rcu_dereference_check() usage. ] --- drivers/base/power/opp.c:151 invoked rcu_dereference_check() without protection!

Re: [PATCH] power: opp: Fix rcu_dereference_check() without protection!

2011-06-14 Thread Menon, Nishanth
On Tue, Jun 14, 2011 at 08:03, Santosh Shilimkar santosh.shilim...@ti.com wrote: With RCU debug options enabled, below warning is observed. === [ INFO: suspicious rcu_dereference_check() usage. ]