Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117186
b: refs/heads/master
c: c7a5f22
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Jean Delvare committed Oct 22, 2008
1 parent 8d93f7b commit 3e92ea5
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: 00155a94a691c25d6672c16c8f2cafa7f9a722a3
refs/heads/master: c7a5f22d1f15a03d0bfed5b1795e3172b6309d86
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int __devinit hydra_probe(struct pci_dev *dev,
hydra_adap.name))
return -EBUSY;

hydra_bit_data.data = ioremap(base, pci_resource_len(dev, 0));
hydra_bit_data.data = pci_ioremap_bar(dev, 0);
if (hydra_bit_data.data == NULL) {
release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
return -ENODEV;
Expand Down

0 comments on commit 3e92ea5

Please sign in to comment.