Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65281
b: refs/heads/master
c: 90925d3
h: refs/heads/master
i:
  65279: beba9cd
v: v3
  • Loading branch information
Jiri Slaby authored and Jeff Garzik committed Oct 3, 2007
1 parent bc82317 commit 4b0c681
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: 4007b493ee6e4a52c2b618ab8361847fba5bf116
refs/heads/master: 90925d3050253ff7b4f5d1660071df75f44bd0ff
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_marvell.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ static int marvell_pre_reset(struct ata_port *ap, unsigned long deadline)
return -ENOMEM;
printk("BAR5:");
for(i = 0; i <= 0x0F; i++)
printk("%02X:%02X ", i, readb(barp + i));
printk("%02X:%02X ", i, ioread8(barp + i));
printk("\n");

devices = readl(barp + 0x0C);
devices = ioread32(barp + 0x0C);
pci_iounmap(pdev, barp);

if ((pdev->device == 0x6145) && (ap->port_no == 0) &&
Expand Down

0 comments on commit 4b0c681

Please sign in to comment.