commit | 6b67e01fc0c4f7759a3e6e75fdcf17195daa482e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Nov 19 18:51:55 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 19 18:51:55 2014 +0100 |
tree | b5f0e38f20f94623a145969c4689e68117dcca92 | |
parent | b9995f83c33e3ff7486da0630a979a05edf2e982 [diff] |
mac80211-hwsim: remove unnecessary hwname check The hwname will always be set if idx is negative (as it's a u32 read into an s64 it can't overflow either) so we can remove the unnecessary check for hwname being non-NULL. This was reported by smatch. Signed-off-by: Johannes Berg <johannes.berg@intel.com>