From: James Bottomley Date: Mon, 5 May 2008 03:34:49 +0000 (-0500) Subject: [SCSI] gdth: fix timer handling X-Git-Tag: v2.6.26-rc3~69^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6f0d0cd94f9b8b24102300d8dd9cbbd1688826;p=pandora-kernel.git [SCSI] gdth: fix timer handling The global timer handling is problematic in that if someone unbinds a PCI gdth instance, the BUG_ON() in the timer will cause a panic. Fix this by making the timer start and stop depending on whether there are instances present. This should also permit binding and unbinding to work. Signed-off-by: James Bottomley --- Reading git-diff-tree failed