diff options
author | Marton Nemeth <nm127@freemail.hu> | 2009-12-30 07:12:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:29 -0500 |
commit | 7e64dc4c4d6f5c8935fac25c7fc7aa83f9880ed7 (patch) | |
tree | 5e17a60d4c132a95cb3c3687245483f571cb56be /drivers/media/video/gspca/benq.c | |
parent | aabcdfb65be31d7f9486d1400fa217c8827dddd3 (diff) |
V4L/DVB (13899): gspca - all subdrivers: Make control descriptors constant.
The ctrls field of struct sd_desc is declared as const
in gspca.h. It is worth to initialize the content also with
constant values.
Signed-off-by: Marton Nemeth <nm127@freemail.hu>
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/benq.c')
-rw-r--r-- | drivers/media/video/gspca/benq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/benq.c b/drivers/media/video/gspca/benq.c index 604c087aed3e..43ac4af8d3ed 100644 --- a/drivers/media/video/gspca/benq.c +++ b/drivers/media/video/gspca/benq.c | |||
@@ -32,7 +32,7 @@ struct sd { | |||
32 | }; | 32 | }; |
33 | 33 | ||
34 | /* V4L2 controls supported by the driver */ | 34 | /* V4L2 controls supported by the driver */ |
35 | static struct ctrl sd_ctrls[] = { | 35 | static const struct ctrl sd_ctrls[] = { |
36 | }; | 36 | }; |
37 | 37 | ||
38 | static const struct v4l2_pix_format vga_mode[] = { | 38 | static const struct v4l2_pix_format vga_mode[] = { |