mac80211: verify ieee80211_key_replace() arguments
authorJohannes Berg <johannes.berg@intel.com>
Tue, 29 Oct 2013 09:00:08 +0000 (10:00 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:50:44 +0000 (20:50 +0100)
There's no code calling ieee80211_key_replace() with both
arguments NULL and it wouldn't make sense, but in the
interest of maintainability add a warning for it. As a
side effect, this also shuts up a smatch warning.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found