From: Devendra Naga Date: Wed, 10 Apr 2013 07:04:00 +0000 (+0530) Subject: staging: et131x: cancel_work when module gets unloaded X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd4bd3e54d788d069ce022c4b93b069785e775a;p=pandora-kernel.git staging: et131x: cancel_work when module gets unloaded The work item has been added to the queue using INIT_WORK and scheduled in interrupt handler. when module unloads that work item has not been removed from the queue. remove and stop its further execution when the module unloaded Cc: Mark Einon Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed