]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove useless NULL checks
authorEytan Lifshitz <eytan.lifshitz@intel.com>
Mon, 21 Jul 2014 12:18:41 +0000 (15:18 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 21 Jul 2014 14:04:27 +0000 (16:04 +0200)
commit71c9a1ab25896864189c024c4fa232caa2c5b827
tree2ee5bbc0a22f447b2ca3983723d6f1f089ac262c
parentb2fd48ad4805c18edc26a5b0cd1ef8b4db57853b
mac80211: remove useless NULL checks

sdata can't be NULL, and key being NULL is really not possible
unless the code is modified.

The sdata check made a static analyze (klocwork) unhappy because
we would get pointer to local (sdata->local) and only then check
if sdata is non-NULL.

Signed-off-by: Eytan Lifshitz <eytan.lifshitz@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
[remove !key check as well]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/key.c