cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked section
authorJay Fenlason <fenlason@redhat.com>
Tue, 21 May 2013 04:21:28 +0000 (04:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2013 07:03:54 +0000 (00:03 -0700)
It is about using rcu_dereference() when not in a rcu-locked section. It only
happens on initialization hence fix the initialization to not rcu_dereference()

Signed-off-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found