summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2007-07-18 23:14:25 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2007-07-18 23:14:25 -0300
commitf9f816e8db559de1697ed3ee01bf0b2f924f05d0 (patch)
tree484791031c70dd0e6409d9699840026397c07a39 /linux
parentada98edee24b6d5bc08363c4a4689cc73b036a90 (diff)
downloadmediapointer-dvb-s2-f9f816e8db559de1697ed3ee01bf0b2f924f05d0.tar.gz
mediapointer-dvb-s2-f9f816e8db559de1697ed3ee01bf0b2f924f05d0.tar.bz2
tm6000: Some cleanups at the driver
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/staging/tm6000/tm6000-video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/staging/tm6000/tm6000-video.c b/linux/drivers/staging/tm6000/tm6000-video.c
index b1263d269..b777fe9ea 100644
--- a/linux/drivers/staging/tm6000/tm6000-video.c
+++ b/linux/drivers/staging/tm6000/tm6000-video.c
@@ -760,8 +760,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)--;