Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118701
b: refs/heads/master
c: d522af5
h: refs/heads/master
i:
  118699: 9961821
v: v3
  • Loading branch information
Suresh Siddha authored and Mauro Carvalho Chehab committed Nov 11, 2008
1 parent b7f6607 commit aa26abc
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: 74084d33cb6221a5836a2a4438ec1bcf7a0797b0
refs/heads/master: d522af581c6abd0e064278345ca638b0553a93fa
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,8 @@ static int __devinit saa7134_initdev(struct pci_dev *pci_dev,
dev->name,(unsigned long long)pci_resource_start(pci_dev,0));
goto fail1;
}
dev->lmmio = ioremap(pci_resource_start(pci_dev,0), 0x1000);
dev->lmmio = ioremap(pci_resource_start(pci_dev, 0),
pci_resource_len(pci_dev, 0));
dev->bmmio = (__u8 __iomem *)dev->lmmio;
if (NULL == dev->lmmio) {
err = -EIO;
Expand Down

0 comments on commit aa26abc

Please sign in to comment.