Commit ec50e8e6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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

parent 90d58027
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)--;