From 6af47622398d65e4cb3a52af5de52c6b447270d5 Mon Sep 17 00:00:00 2001 From: Rupesh Gujare Date: Thu, 22 Aug 2013 17:38:51 +0100 Subject: [PATCH] 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-format-patch failed