aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/tv8532.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-12-29 05:49:41 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:40:07 -0500
commitcc611b8aef7a8a9a2e614f1bdf3e2b8f066c8c8d (patch)
tree1d05177ca24588bbeba596f44704af4bf109b16b /drivers/media/video/gspca/tv8532.c
parent4c98834addfee3fdd42c505c37569261bf669d94 (diff)
V4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/tv8532.c')
-rw-r--r--drivers/media/video/gspca/tv8532.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/tv8532.c b/drivers/media/video/gspca/tv8532.c
index 3eac1cb88520..94163cceb28a 100644
--- a/drivers/media/video/gspca/tv8532.c
+++ b/drivers/media/video/gspca/tv8532.c
@@ -73,7 +73,7 @@ static struct ctrl sd_ctrls[] = {
73 }, 73 },
74}; 74};
75 75
76static struct v4l2_pix_format sif_mode[] = { 76static const struct v4l2_pix_format sif_mode[] = {
77 {176, 144, V4L2_PIX_FMT_SBGGR8, V4L2_FIELD_NONE, 77 {176, 144, V4L2_PIX_FMT_SBGGR8, V4L2_FIELD_NONE,
78 .bytesperline = 176, 78 .bytesperline = 176,
79 .sizeimage = 176 * 144, 79 .sizeimage = 176 * 144,