cfg80211: remove unneeded initialisations in nl80211_set_reg
authorJohannes Berg <johannes.berg@intel.com>
Fri, 28 Nov 2014 13:54:31 +0000 (14:54 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 28 Nov 2014 13:54:31 +0000 (14:54 +0100)
commitea372c5452651f1b65ee817cd3409d63f0699b35
treef412a4656e255011e3cca695d13fc59f3702b847
parentad932f046fbe9839479350e7b88082a7d1dea498
cfg80211: remove unneeded initialisations in nl80211_set_reg

Some variables are assigned unconditionally, remove their
initialisations to help avoid introducing errors later.

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