From: Johannes Berg Date: Mon, 20 Jan 2014 22:46:38 +0000 (+0100) Subject: iwlwifi: mvm: make local pointer non-static X-Git-Tag: v3.14-rc3~36^2~27^2^2~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4243402274343d8e596fb0b25674e52088a7488;p=pandora-kernel.git iwlwifi: mvm: make local pointer non-static The address pointer used in the function shouldn't be static since it's local data only. Having it static causes races if a single machine has two devices, as the pointer would be shared between instances. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed