From: Mauro Carvalho Chehab Date: Thu, 19 Jul 2007 02:14:25 +0000 (-0300) Subject: V4L/DVB (12784): tm6000: Some cleanups at the driver X-Git-Tag: v2.6.35-rc1~480^2~520 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec50e8e6f19b623ff4c5590edf6118a53729369a;p=karo-tx-linux.git V4L/DVB (12784): tm6000: Some cleanups at the driver Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index d8e9f2714969..964ffd2ddda5 100644 --- a/drivers/staging/tm6000/tm6000-video.c +++ b/drivers/staging/tm6000/tm6000-video.c @@ -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)--;