Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234996
b: refs/heads/master
c: a17139b
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Mar 14, 2011
1 parent b56f22e commit 820bf02
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a480167b23ef9b35ec0299bb3e1b11b4ed6b3508
refs/heads/master: a17139b6f63709b2d409c027f8ab401f5aa136d3
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_arasan_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,8 @@ static int __devinit arasan_cf_probe(struct platform_device *pdev)
ap->ioaddr.altstatus_addr = acdev->vbase + ATA_ASTS_DCTR;
ap->ioaddr.ctl_addr = acdev->vbase + ATA_ASTS_DCTR;

ata_port_desc(ap, "phy_addr %x virt_addr %p", res->start, acdev->vbase);
ata_port_desc(ap, "phy_addr %llx virt_addr %p",
(unsigned long long) res->start, acdev->vbase);

ret = cf_init(acdev);
if (ret)
Expand Down

0 comments on commit 820bf02

Please sign in to comment.