cfg80211: use __force __rcu to suppress sparse warning
authorJohannes Berg <johannes.berg@intel.com>
Fri, 12 Dec 2014 11:26:25 +0000 (12:26 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 12 Dec 2014 11:27:23 +0000 (12:27 +0100)
The code assigns a constant value (a pointer to a static variable)
to an RCU pointer, which results in a sparse warning:
  reg.c:112:10: warning: cast adds address space to expression (<asn:4>)

Suppress this warning by using __force.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found