Skip to content

Commit

Permalink
[S390] cio: Remember to initialize recovery_lock.
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Feb 19, 2008
1 parent 9a4c854 commit 486d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down

0 comments on commit 486d0a0

Please sign in to comment.