Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183173
b: refs/heads/master
c: 429e386
h: refs/heads/master
i:
  183171: c7f1345
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Mar 1, 2010
1 parent 5553f94 commit 86d36ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 460f5318460a9a3b2562d8055b9fb1c60b768e1f
refs/heads/master: 429e3861f9d5682c5bc5f237345f8962daf51bbc
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ static void pata_at91_set_piomode(struct ata_port *ap, struct ata_device *adev)
/* Compute ATA timing and set it to SMC */
ret = ata_timing_compute(adev, adev->pio_mode, &timing, 1000, 0);
if (ret) {
dev_warn(ap->dev, "Failed to compute ATA timing %d, \
set PIO_0 timing\n", ret);
dev_warn(ap->dev, "Failed to compute ATA timing %d, "
"set PIO_0 timing\n", ret);
set_smc_timing(ap->dev, info, &initial_timing);
} else {
set_smc_timing(ap->dev, info, &timing);
Expand Down

0 comments on commit 86d36ed

Please sign in to comment.