]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2024148a00cc706a06176369809482408bf15c0c
tree3f34c425f7c16e1d5d140081c2d9af284f76614b
parentf69c2565b99aba798f87bed634cbd44f69c47590
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