diff options
-rw-r--r-- | drivers/media/video/saa7164/saa7164-core.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/video/saa7164/saa7164-core.c b/drivers/media/video/saa7164/saa7164-core.c index e878fbcbb1eb..4e0df60d29c0 100644 --- a/drivers/media/video/saa7164/saa7164-core.c +++ b/drivers/media/video/saa7164/saa7164-core.c | |||
@@ -478,19 +478,8 @@ static int saa7164_dev_setup(struct saa7164_dev *dev) | |||
478 | dev->lmmio2 = ioremap(pci_resource_start(dev->pci, 2), | 478 | dev->lmmio2 = ioremap(pci_resource_start(dev->pci, 2), |
479 | pci_resource_len(dev->pci, 2)); | 479 | pci_resource_len(dev->pci, 2)); |
480 | 480 | ||
481 | printk(KERN_INFO "CORE %s: dev->lmmio = 0x%p\n", dev->name, | ||
482 | dev->lmmio); | ||
483 | |||
484 | printk(KERN_INFO "CORE %s: dev->lmmio2 = 0x%p\n", dev->name, | ||
485 | dev->lmmio2); | ||
486 | |||
487 | dev->bmmio = (u8 __iomem *)dev->lmmio; | 481 | dev->bmmio = (u8 __iomem *)dev->lmmio; |
488 | dev->bmmio2 = (u8 __iomem *)dev->lmmio2; | 482 | dev->bmmio2 = (u8 __iomem *)dev->lmmio2; |
489 | printk(KERN_INFO "CORE %s: dev->bmmio = 0x%p\n", dev->name, | ||
490 | dev->bmmio); | ||
491 | |||
492 | printk(KERN_INFO "CORE %s: dev->bmmio2 = 0x%p\n", dev->name, | ||
493 | dev->bmmio2); | ||
494 | 483 | ||
495 | /* Inerrupt and ack register locations offset of bmmio */ | 484 | /* Inerrupt and ack register locations offset of bmmio */ |
496 | dev->int_status = 0x183000 + 0xf80; | 485 | dev->int_status = 0x183000 + 0xf80; |