From bd128d1d54e31b24e186414196185a92d7ec7c42 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sun, 9 May 2010 06:32:47 -0300 Subject: [PATCH] --- yaml --- r: 199959 b: refs/heads/master c: a75ffc124611a535aec8f403817d382d106c68d7 h: refs/heads/master i: 199957: a756e4acc3d3c2d9866c3af2a78a471fb0b93fbb 199955: 9968d17b05c75f5801621eff5398907d5f3f468f 199951: 8f6908e83716e686d20b3b2425ebaa238b0ec55e v: v3 --- [refs] | 2 +- trunk/drivers/media/video/tvp514x.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 56c9a58d3ae3..84a3177a479e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2db4e78f14a5b4741b09d03e6d17610537a9af27 +refs/heads/master: a75ffc124611a535aec8f403817d382d106c68d7 diff --git a/trunk/drivers/media/video/tvp514x.c b/trunk/drivers/media/video/tvp514x.c index 40d84d73edf8..b802da713114 100644 --- a/trunk/drivers/media/video/tvp514x.c +++ b/trunk/drivers/media/video/tvp514x.c @@ -111,7 +111,7 @@ struct tvp514x_decoder { enum tvp514x_std current_std; int num_stds; - struct tvp514x_std_info *std_list; + const struct tvp514x_std_info *std_list; /* Input and Output Routing parameters */ u32 input; u32 output; @@ -223,7 +223,7 @@ static const struct v4l2_fmtdesc tvp514x_fmt_list[] = { * Currently supports two standards only, need to add support for rest of the * modes, like SECAM, etc... */ -static struct tvp514x_std_info tvp514x_std_list[] = { +static const struct tvp514x_std_info tvp514x_std_list[] = { /* Standard: STD_NTSC_MJ */ [STD_NTSC_MJ] = { .width = NTSC_NUM_ACTIVE_PIXELS,