aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/mtip32xx/mtip32xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c
index b5d843a02bfa..9bc10e31a143 100644
--- a/drivers/block/mtip32xx/mtip32xx.c
+++ b/drivers/block/mtip32xx/mtip32xx.c
@@ -1026,7 +1026,8 @@ static void mtip_issue_non_ncq_command(struct mtip_port *port, int tag)
1026static int mtip_quiesce_io(struct mtip_port *port, unsigned long timeout) 1026static int mtip_quiesce_io(struct mtip_port *port, unsigned long timeout)
1027{ 1027{
1028 unsigned long to; 1028 unsigned long to;
1029 unsigned int n, active; 1029 unsigned int n;
1030 unsigned int active = 1;
1030 1031
1031 to = jiffies + msecs_to_jiffies(timeout); 1032 to = jiffies + msecs_to_jiffies(timeout);
1032 do { 1033 do {