Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information