Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285145
b: refs/heads/master
c: 3e54a3d
h: refs/heads/master
i:
  285143: e5203b6
v: v3
  • Loading branch information
Dan Carpenter authored and Jens Axboe committed Nov 24, 2011
1 parent 801874d commit e863102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60ec0eecfa8968d0f1188e3730979196ac28b9de
refs/heads/master: 3e54a3d1b83220d748f1a27c8999634be7a83949
3 changes: 2 additions & 1 deletion trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e863102

Please sign in to comment.