[S390] cio: Remember to initialize recovery_lock.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Cornelia Huck 2008-02-19 15:29:23 +01:00 committed by Martin Schwidefsky
parent 9a4c8546f3
commit 486d0a0079
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "io_sch.h"
static struct timer_list recovery_timer;
static spinlock_t recovery_lock;
static DEFINE_SPINLOCK(recovery_lock);
static int recovery_phase;
static const unsigned long recovery_delay[] = { 3, 30, 300 };