Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cf9f8fe authored by Bingbu Cao's avatar Bingbu Cao Committed by Mauro Carvalho Chehab
Browse files

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: default avatarBingbu Cao <bingbu.cao@intel.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 6cfe9478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
};