commit | 352fae1dffe2d0d04949e579d03667377a176cff | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Nov 01 16:56:26 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:01:53 2008 -0200 |
tree | ac2262ac5901b976f485cae7c00e3c93ae6e5b80 | |
parent | 8ae1fe2a0935afa878b8a506633fea45a8b00293 [diff] [blame] |
V4L/DVB (6516): Allow faster loading by using 64 bytes block by em28xx i2c write Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 813b549..b9135b7 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c
@@ -685,6 +685,9 @@ strcpy(priv->ctrl.fname, p->fname); } + if (p->max_len>0) + priv->max_len = p->max_len; + tuner_info("%s OK\n", __FUNCTION__); return 0;