]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: mark local variable __maybe_unused
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Apr 2014 19:31:13 +0000 (21:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 5 May 2014 14:03:42 +0000 (16:03 +0200)
commit3b5b3346c2a8a0bcb20afd67585b0138ccd86136
tree3b5952c1bc1a766e2ecd25e29b344a14a8f5268d
parent24babfba64c7aa81cc3f087911e8e0a001a3680e
mac80211: mark local variable __maybe_unused

The 'local' variable in __ieee80211_vif_copy_chanctx_to_vlans()
is only used/needed when lockdep is compiled in, mark it as such
to avoid compile warnings in the other case.

While at it, fix some indentation where it's used.

Reviewed-by: Luciano Coelho <luciano.coelho@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/chan.c