diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-08-12 20:12:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:15:09 -0400 |
commit | c64b2f78b7912bad38a73bf892fb6d0da4673c67 (patch) | |
tree | 835a278a242378078ca9d5223c9a8403541163bb | |
parent | 39e469ab6dee0977a6fb632c711fba1ec5fca401 (diff) |
V4L/DVB (12941): SAA7164: Removed spurious debug
SAA7164: Removed spurious debug
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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; |