From: Johannes Berg Date: Fri, 12 Dec 2014 11:26:25 +0000 (+0100) Subject: cfg80211: use __force __rcu to suppress sparse warning X-Git-Tag: fixes-v4.0-rc1~150^2~206^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec3f0ed7de78c02ac4bc719a95915367d68c778;p=pandora-kernel.git cfg80211: use __force __rcu to suppress sparse warning 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 () Suppress this warning by using __force. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed