]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (12784): tm6000: Some cleanups at the driver
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 19 Jul 2007 02:14:25 +0000 (23:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:39:35 +0000 (00:39 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-video.c

index d8e9f2714969a52d259bd7c2b591ac5ad59606ca..964ffd2ddda5e3b9235d095a2d2cfde7c239c8f3 100644 (file)
@@ -714,8 +714,6 @@ buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size)
                *count=TM6000_MIN_BUF;
        }
 
-printk("Requesting %d buffers\n",*count);
-
        while (*size * *count > vid_limit * 1024 * 1024)
                (*count)--;