From: Grazvydas Ignotas Date: Thu, 26 Apr 2012 19:34:15 +0000 (+0300) Subject: wl1251: fix crash on remove due to leftover work item X-Git-Tag: sz_beta4~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1fb6bf82dfd2872ee54598d8907226eb16e1049;p=pandora-kernel.git wl1251: fix crash on remove due to leftover work item This driver currently leaves elp_work behind when stopping, which occasionally results in data corruption because work function ends up accessing freed memory, typical symptoms of this are various worker_thread crashes. Fix it by cancelling elp_work. Cc: stable@vger.kernel.org # v2.6.37+ Signed-off-by: Grazvydas Ignotas --- Reading git-diff-tree failed