On 09/03/2012 11:16 AM, Prabhakar Lad wrote:
> diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c 
> b/drivers/media/v4l2-core/v4l2-ctrls.c
> index 2d7bc15..ae709d1 100644
> --- a/drivers/media/v4l2-core/v4l2-ctrls.c
> +++ b/drivers/media/v4l2-core/v4l2-ctrls.c
> @@ -430,6 +430,18 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
>               "Advanced Predictor",
>               NULL,
>       };
> +     static const char * const test_pattern[] = {
> +             "Test Pattern Disabled",

How about just "Disabled" ?

> +             "Vertical Lines",
> +             "Horizontal Lines",
> +             "Diagonal Lines",
> +             "Solid Black",
> +             "Solid White",
> +             "Solid Blue",
> +             "Solid Red",
> +             "Checker Board",
> +             NULL,
> +     };

--

Regards,
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to