Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29257
b: refs/heads/master
c: 51713d3
h: refs/heads/master
i:
  29255: 9f4fa47
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 11, 2006
1 parent 930344a commit 4a4e57c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: ec573755fcd7975aae6b0d536dbcd74a6eed029c
refs/heads/master: 51713d359ae274fa4dd4b199ba3a6b0c21ef99e0
10 changes: 5 additions & 5 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1441,12 +1441,12 @@ static int ata_bus_probe(struct ata_port *ap)
break;
}
rc = 0;
} else {
} else
rc = ata_set_mode(ap, &dev);
if (rc) {
down_xfermask = 1;
goto fail;
}

if (rc) {
down_xfermask = 1;
goto fail;
}

for (i = 0; i < ATA_MAX_DEVICES; i++)
Expand Down

0 comments on commit 4a4e57c

Please sign in to comment.