commit | ec53c832ee90b86414ca243d0e6fdbb9cf5e413b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 15 10:57:50 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 15 16:46:20 2016 +0200 |
tree | 3f34c425f7c16e1d5d140081c2d9af284f76614b | |
parent | e8a24cd4b87247beedb1addc7b683422092047e5 [diff] |
cfg80211: remove unnecessary pointer-of For an array, there's no need to use &array, so just use the plain wiphy->addresses[i].addr here to silence smatch. Signed-off-by: Johannes Berg <johannes.berg@intel.com>