cfg80211: remove unnecessary pointer-of
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 08:57:50 +0000 (10:57 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 14:46:20 +0000 (16:46 +0200)
commitec53c832ee90b86414ca243d0e6fdbb9cf5e413b
tree3f34c425f7c16e1d5d140081c2d9af284f76614b
parente8a24cd4b87247beedb1addc7b683422092047e5
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>
net/wireless/sysfs.c