Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27223
b: refs/heads/master
c: 1cca0eb
h: refs/heads/master
i:
  27221: 56724a8
  27219: 56793e4
  27215: cf19f01
v: v3
  • Loading branch information
Linus Torvalds committed Jun 20, 2006
1 parent 7315604 commit 6a806b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 427abfa28afedffadfca9dd8b067eb6d36bac53f
refs/heads/master: 1cca0ebbb74298958dae1d1d3e7e9287c98a720c
1 change: 1 addition & 0 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4297,6 +4297,7 @@ static int ata_start_drive(struct ata_port *ap, struct ata_device *dev)
int ata_device_resume(struct ata_port *ap, struct ata_device *dev)
{
if (ap->flags & ATA_FLAG_SUSPENDED) {
ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT);
ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 200000);
ap->flags &= ~ATA_FLAG_SUSPENDED;
ata_set_mode(ap);
Expand Down

0 comments on commit 6a806b4

Please sign in to comment.