Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117755
b: refs/heads/master
c: 2834356
h: refs/heads/master
i:
  117753: 82eb4ac
  117751: 83a71cc
v: v3
  • Loading branch information
Arjan van de Ven authored and Bartlomiej Zolnierkiewicz committed Oct 23, 2008
1 parent 20bf4f7 commit 491d724
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: 95a84cd19224e7d41934d261b568dd04bf2bda3e
refs/heads/master: 283435621a21679e02088b5abcce7d15d6d2010a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/sgiioc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev)

/* Get the CmdBlk and CtrlBlk Base Registers */
bar0 = pci_resource_start(dev, 0);
virt_base = ioremap(bar0, pci_resource_len(dev, 0));
virt_base = pci_ioremap_bar(dev, 0);
if (virt_base == NULL) {
printk(KERN_ERR "%s: Unable to remap BAR 0 address: 0x%lx\n",
DRV_NAME, bar0);
Expand Down

0 comments on commit 491d724

Please sign in to comment.