forked from Minki/linux
V4L/DVB (12784): tm6000: Some cleanups at the driver
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
90d5802795
commit
ec50e8e6f1
@ -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)--;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user