Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164152
b: refs/heads/master
c: c64b2f7
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 0bbac18 commit 4c79cc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 39e469ab6dee0977a6fb632c711fba1ec5fca401
refs/heads/master: c64b2f78b7912bad38a73bf892fb6d0da4673c67
11 changes: 0 additions & 11 deletions trunk/drivers/media/video/saa7164/saa7164-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,19 +478,8 @@ static int saa7164_dev_setup(struct saa7164_dev *dev)
dev->lmmio2 = ioremap(pci_resource_start(dev->pci, 2),
pci_resource_len(dev->pci, 2));

printk(KERN_INFO "CORE %s: dev->lmmio = 0x%p\n", dev->name,
dev->lmmio);

printk(KERN_INFO "CORE %s: dev->lmmio2 = 0x%p\n", dev->name,
dev->lmmio2);

dev->bmmio = (u8 __iomem *)dev->lmmio;
dev->bmmio2 = (u8 __iomem *)dev->lmmio2;
printk(KERN_INFO "CORE %s: dev->bmmio = 0x%p\n", dev->name,
dev->bmmio);

printk(KERN_INFO "CORE %s: dev->bmmio2 = 0x%p\n", dev->name,
dev->bmmio2);

/* Inerrupt and ack register locations offset of bmmio */
dev->int_status = 0x183000 + 0xf80;
Expand Down

0 comments on commit 4c79cc8

Please sign in to comment.