commit | 2d6f0d0cd94f9b8b24102300d8dd9cbbd1688826 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun May 04 22:34:49 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu May 08 10:01:39 2008 -0500 |
tree | e3149988098d59586e6170bbef7d9a140dfdb655 | |
parent | 3de2403e6659d71b36ec820dc9b942762ddfe6eb [diff] |
[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 <James.Bottomley@HansenPartnership.com>