From e8631022775c23f14e83400e63f4191285cc6c01 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 24 Nov 2011 12:59:00 +0100 Subject: [PATCH] --- yaml --- r: 285145 b: refs/heads/master c: 3e54a3d1b83220d748f1a27c8999634be7a83949 h: refs/heads/master i: 285143: e5203b6546472df4f908e49384a3f539556dd6cf v: v3 --- [refs] | 2 +- trunk/drivers/block/mtip32xx/mtip32xx.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d23a3e03a3ba..3c7cae163abc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60ec0eecfa8968d0f1188e3730979196ac28b9de +refs/heads/master: 3e54a3d1b83220d748f1a27c8999634be7a83949 diff --git a/trunk/drivers/block/mtip32xx/mtip32xx.c b/trunk/drivers/block/mtip32xx/mtip32xx.c index b5d843a02bfa..9bc10e31a143 100644 --- a/trunk/drivers/block/mtip32xx/mtip32xx.c +++ b/trunk/drivers/block/mtip32xx/mtip32xx.c @@ -1026,7 +1026,8 @@ static void mtip_issue_non_ncq_command(struct mtip_port *port, int tag) static int mtip_quiesce_io(struct mtip_port *port, unsigned long timeout) { unsigned long to; - unsigned int n, active; + unsigned int n; + unsigned int active = 1; to = jiffies + msecs_to_jiffies(timeout); do {