diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-03-21 02:22:42 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-21 02:22:42 -0800 |
| commit | 451149ea16688fc84462957a956eeaa8916b1900 (patch) | |
| tree | b4f474c85ed5106ae71ba2d6bb5c414009f772f9 /drivers | |
| parent | 3cfa5afdca43e12e7da9c0beea674e1799868501 (diff) | |
[PATCH] Fix i2o_scsi hang
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/message/i2o/i2o_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_scsi.c b/drivers/message/i2o/i2o_scsi.c index 97df30405389..c2da3917116b 100644 --- a/drivers/message/i2o/i2o_scsi.c +++ b/drivers/message/i2o/i2o_scsi.c @@ -85,7 +85,7 @@ static int i2o_scsi_hosts; static u32 *retry[32]; static struct i2o_controller *retry_ctrl[32]; static struct timer_list retry_timer; -static spinlock_t retry_lock; +static spinlock_t retry_lock = SPIN_LOCK_UNLOCKED; static int retry_ct = 0; static atomic_t queue_depth; |
