Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56559
b: refs/heads/master
c: 8fd7d1b
h: refs/heads/master
i:
  56557: 25dbc03
  56555: 7979efb
  56551: 275db3b
  56543: dbfa825
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed May 18, 2007
1 parent 45d5981 commit c15829b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d9aca22cf443f5ed77d15a320abbab055ae4a976
refs/heads/master: 8fd7d1b16ea0e1b3b0823ed91b58993d6c6a1cc6
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int vt6421_prepare_host(struct pci_dev *pdev, struct ata_host **r_host)
return -ENOMEM;
}

rc = pcim_iomap_regions(pdev, 0x1f, DRV_NAME);
rc = pcim_iomap_regions(pdev, 0x3f, DRV_NAME);
if (rc) {
dev_printk(KERN_ERR, &pdev->dev, "failed to request/iomap "
"PCI BARs (errno=%d)\n", rc);
Expand Down

0 comments on commit c15829b

Please sign in to comment.