mac80211: remove pointless chanctx NULL check
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Sep 2016 08:00:23 +0000 (10:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 14:46:19 +0000 (16:46 +0200)
commit8826fef95bd5f846f7745d9ce1e3009927ec0cb8
tree2cef418cc9d2f1bb6f58dc4db9dbd27870cd1fdd
parent5140974dca69f0eace465bccd93891ca242a7e61
mac80211: remove pointless chanctx NULL check

If chanctx is derived as container_of() from a non-NULL pointer,
it can't ever be NULL. Since we checked conf before, that's true
here, so remove the useless NULL check.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c