Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74439
b: refs/heads/master
c: 0f9fe9b
h: refs/heads/master
i:
  74437: 35d07b0
  74435: 931c6b1
  74431: 6405045
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Dec 1, 2007
1 parent 581cff6 commit 92308ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 04d86d6fc0477f217d60667adfc26f1f56264cc9
refs/heads/master: 0f9fe9b7148f95f018ae2c97f7fa1a35364ea785
5 changes: 2 additions & 3 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6967,12 +6967,11 @@ int ata_host_start(struct ata_host *host)
if (ap->ops->port_start) {
rc = ap->ops->port_start(ap);
if (rc) {
ata_port_printk(ap, KERN_ERR, "failed to "
"start port (errno=%d)\n", rc);
if (rc != -ENODEV)
dev_printk(KERN_ERR, host->dev, "failed to start port %d (errno=%d)\n", i, rc);
goto err_out;
}
}

ata_eh_freeze_port(ap);
}

Expand Down

0 comments on commit 92308ef

Please sign in to comment.