From: Pavel Roskin Date: Fri, 22 Jul 2011 22:07:13 +0000 (-0400) Subject: b43: fix invalid memory access in b43_ssb_remove() X-Git-Tag: v3.1-rc1~130^2~19^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61b52d1309df08b86a35e54a61f0cc932b28291;p=pandora-kernel.git b43: fix invalid memory access in b43_ssb_remove() wldev is freed in b43_one_core_detach() and should not be accessed after that call. Keep wldev->dev in a local variable. Signed-off-by: Pavel Roskin Signed-off-by: John W. Linville --- Reading git-diff-tree failed