From: Johannes Berg Date: Wed, 24 Oct 2012 12:22:37 +0000 (+0200) Subject: mac80211: use non-atomic bitmap operation for local variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df45690e78fd6355b3eb17ba15a1659e608db5d;p=pandora-kernel.git mac80211: use non-atomic bitmap operation for local variable For a local variable there's no need to use the atomic set_bit() operation, use __set_bit() instead. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed