media: imx355: fix wrong order in test pattern menus
authorBingbu Cao <bingbu.cao@intel.com>
Mon, 26 Nov 2018 07:43:34 +0000 (02:43 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 11:34:02 +0000 (06:34 -0500)
current imx355 test pattern order in ctrl menu
is not correct, this patch fixes it.

Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/imx355.c

index 20c8eea..9c9559d 100644 (file)
@@ -876,8 +876,8 @@ static const struct imx355_reg mode_820x616_regs[] = {
 
 static const char * const imx355_test_pattern_menu[] = {
        "Disabled",
-       "100% color bars",
        "Solid color",
+       "100% color bars",
        "Fade to gray color bars",
        "PN9"
 };