Archived
14
0
Fork 0

V4L/DVB (12784): tm6000: Some cleanups at the driver

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2007-07-18 23:14:25 -03:00 committed by Mauro Carvalho Chehab
parent 90d5802795
commit ec50e8e6f1

View 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)--;