Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75513
b: refs/heads/master
c: 0f75774
h: refs/heads/master
i:
  75511: a178d0c
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Jan 15, 2008
1 parent a2db925 commit 862863d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ed722d3d3eb2e9ea87d9f8109c291337e79d584a
refs/heads/master: 0f7577434bcdf99456757b44d8911dc6e51c3178
4 changes: 3 additions & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6998,7 +6998,9 @@ int ata_host_start(struct ata_host *host)
rc = ap->ops->port_start(ap);
if (rc) {
if (rc != -ENODEV)
dev_printk(KERN_ERR, host->dev, "failed to start port %d (errno=%d)\n", i, rc);
dev_printk(KERN_ERR, host->dev,
"failed to start port %d "
"(errno=%d)\n", i, rc);
goto err_out;
}
}
Expand Down

0 comments on commit 862863d

Please sign in to comment.