aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-08-12 21:12:32 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:15:09 -0300
commitc64b2f78b7912bad38a73bf892fb6d0da4673c67 (patch)
tree835a278a242378078ca9d5223c9a8403541163bb /drivers
parent39e469ab6dee0977a6fb632c711fba1ec5fca401 (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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/saa7164/saa7164-core.c11
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 e878fbcbb1e..4e0df60d29c 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)
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;