From: Boaz Harrosh Date: Wed, 27 Feb 2008 23:27:16 +0000 (-0800) Subject: [SCSI] gdth: bugfix for the at-exit problems X-Git-Tag: v2.6.25-rc5~25^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31ddd31c266c2ad1b708cad0d3d8e0aa7fa2737;p=pandora-kernel.git [SCSI] gdth: bugfix for the at-exit problems gdth_exit would first remove all cards then stop the timer and would not sync with the timer function. This caused a crash in gdth_timer() when module was unloaded. So del_timer_sync the timer before we delete the cards. also the reboot notifier function would crash. So clean that up and fix the crashes. Signed-off-by: Boaz Harrosh Tested-by: Joerg Dorchain: Tested-by: Stefan Priebe Tested-by: Jon Chelton Cc: Stable Tree Signed-off-by: James Bottomley --- Reading git-diff-tree failed