mac80211: write memcpy differently for smatch
authorJohannes Berg <johannes.berg@intel.com>
Mon, 6 May 2013 19:09:46 +0000 (21:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 16 May 2013 20:39:42 +0000 (22:39 +0200)
commitbd500af223c9aed7083730b7044d53162065e418
tree74645def8e7a61eb139afed9f46b550a6114087f
parent4325f6caad98c075b39f0eaaac6693a0dd43f646
mac80211: write memcpy differently for smatch

There's no real difference between *array and array, but
the former confuses smatch so write it differently. The
generated code is exactly the same.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c