From: Jan Glauber Date: Thu, 26 Mar 2009 14:24:30 +0000 (+0100) Subject: [S390] qdio: tasklet termination in case of module unload X-Git-Tag: v2.6.30-rc1~659^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e890ad880be1dd98483313b2ec0e23fbd4e3792;p=pandora-kernel.git [S390] qdio: tasklet termination in case of module unload If the qdio module is unloaded the tiqdio tasklet must be terminated by tasklet_kill. Move the tasklet_kill after the unregistration of the adapter interrupt so the tiqdio tasklet will not be scheduled anymore before calling tasklet_kill. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed