From: Heiko Carstens Date: Wed, 26 May 2010 21:26:17 +0000 (+0200) Subject: [S390] cmm: fix crash on module unload X-Git-Tag: v2.6.35-rc1~34^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef6acf597559fd1c244190512144c40619299bf;p=pandora-kernel.git [S390] cmm: fix crash on module unload There might be a scheduled cmm_timer if the cmm module gets unloaded. That timer was not deleted during module unload and thus could lead to system crash later on. Besides that reorder function calls in module init and exit code to avoid a couple of other races which could lead to accesses to uninitialized data. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed