Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56965
b: refs/heads/master
c: fd7fe70
h: refs/heads/master
i:
  56963: e0a7dfc
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed May 25, 2007
1 parent 67aaade commit 267a3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b33620f9fa6a8deabaac7a7cd827cc7fafbf0064
refs/heads/master: fd7fe701612e42fb8780d7bf61fbb0467a488c9b
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ int ata_wait_ready(struct ata_port *ap, unsigned long deadline)

if (!(status & ATA_BUSY))
return 0;
if (status == 0xff)
if (!ata_port_online(ap) && status == 0xff)
return -ENODEV;
if (time_after(now, deadline))
return -EBUSY;
Expand Down

0 comments on commit 267a3fb

Please sign in to comment.