media: imx274: fix wrong order in test pattern menus
The description of test patterns 11 and 12 are swapped. Checked against the live sensor. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
b9da9b3767
commit
47ee7bde31
|
@ -207,8 +207,8 @@ static const char * const tp_qmenu[] = {
|
|||
"Vertical Stripe (555h / 000h)",
|
||||
"Vertical Stripe (000h / FFFh)",
|
||||
"Vertical Stripe (FFFh / 000h)",
|
||||
"Horizontal Color Bars",
|
||||
"Vertical Color Bars",
|
||||
"Horizontal Color Bars",
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue