summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBingbu Cao <bingbu.cao@intel.com>2018-11-26 02:43:34 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-12-05 06:34:02 -0500
commit4cf9f8feb90b9acf621c6cfe28206f9442ef154c (patch)
treeabf1ad5330a4bf8f8c7852a9f9ede4c1fc18de11
parent6cfe94782da622ef39a715c7cee878964e7139a7 (diff)
media: imx355: fix wrong order in test pattern menus
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>
-rw-r--r--drivers/media/i2c/imx355.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/imx355.c b/drivers/media/i2c/imx355.c
index 20c8eea5db4b..9c9559dfd3dd 100644
--- a/drivers/media/i2c/imx355.c
+++ b/drivers/media/i2c/imx355.c
@@ -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"
};