From: Johannes Berg Date: Thu, 12 Jul 2012 11:56:28 +0000 (+0200) Subject: iwlwifi: don't use stack memory for kmem cache name X-Git-Tag: v3.6-rc1~125^2~57^2~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec4588231914344834805a6828551cd5c65afd8;p=pandora-kernel.git iwlwifi: don't use stack memory for kmem cache name Since the kmem cache API doesn't internally allocate the name but just points to the name that was passed in we can't use stack memory for it. Move the name into the transport struct. Reported-by: Stanislaw Gruszka Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed