git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de2403
)
[SCSI] gdth: fix timer handling
author
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 5 May 2008 03:34:49 +0000
(22:34 -0500)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Thu, 8 May 2008 15:01:39 +0000
(10:01 -0500)
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>
No differences found