From: Rupesh Gujare Date: Thu, 22 Aug 2013 16:38:51 +0000 (+0100) Subject: staging: ozwpan: Create deferred work to destroy PD object. X-Git-Tag: v3.12-rc1~183^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af47622398d65e4cb3a52af5de52c6b447270d5;p=pandora-kernel.git staging: ozwpan: Create deferred work to destroy PD object. Currently we call oz_pd_destroy() from softirq context, where we try to destroy relevant data structures, as well we kill a tasklet which always result in following kernel warning. [12279.262194] Attempt to kill tasklet from interrupt [12279.262202] Attempt to kill tasklet from interrupt This patch defers deallocation of data structures to work queue. Signed-off-by: Rupesh Gujare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed