cfg80211: remove redundant zero check on variable 'changed'
authorColin Ian King <colin.king@canonical.com>
Wed, 27 Mar 2019 18:35:45 +0000 (18:35 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Apr 2019 11:02:11 +0000 (13:02 +0200)
commit5e280420916f9483ce7b483ccc378f3c7b5929ab
tree0cbf4c2d2835c27225638d039e73740420961480
parent5dc8cdce1d722c733f8c7af14c5fb595cfedbfa8
cfg80211: remove redundant zero check on variable 'changed'

The zero check on variable changed is redundant as it must be
between 1 and 3 at the end of the proceeding if statement block.
Remove the redundant check.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/wext-compat.c