diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2007-07-18 23:14:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2007-07-18 23:14:25 -0300 |
commit | f9f816e8db559de1697ed3ee01bf0b2f924f05d0 (patch) | |
tree | 484791031c70dd0e6409d9699840026397c07a39 /linux | |
parent | ada98edee24b6d5bc08363c4a4689cc73b036a90 (diff) | |
download | mediapointer-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.c | 2 |
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)--; |