Signed-off-by: Ezequiel Garcia <elezegar...@gmail.com>
---
 drivers/staging/media/solo6x10/v4l2.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/media/solo6x10/v4l2.c 
b/drivers/staging/media/solo6x10/v4l2.c
index 90e1379..1f896b9 100644
--- a/drivers/staging/media/solo6x10/v4l2.c
+++ b/drivers/staging/media/solo6x10/v4l2.c
@@ -588,12 +588,12 @@ static int solo_querycap(struct file *file, void  *priv,
 static int solo_enum_ext_input(struct solo_dev *solo_dev,
                               struct v4l2_input *input)
 {
-       static const char *dispnames_1[] = { "4UP" };
-       static const char *dispnames_2[] = { "4UP-1", "4UP-2" };
-       static const char *dispnames_5[] = {
+       static const char * const dispnames_1[] = { "4UP" };
+       static const char * const dispnames_2[] = { "4UP-1", "4UP-2" };
+       static const char * const dispnames_5[] = {
                "4UP-1", "4UP-2", "4UP-3", "4UP-4", "16UP"
        };
-       const char **dispnames;
+       const char * const *dispnames;
 
        if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext))
                return -EINVAL;
-- 
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to