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)
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>

No differences found