projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9da9b3
)
media: imx274: fix wrong order in test pattern menus
author
Luca Ceresoli
<luca@lucaceresoli.net>
Wed, 5 Dec 2018 16:32:21 +0000
(11:32 -0500)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Wed, 16 Jan 2019 17:43:55 +0000
(12:43 -0500)
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>
drivers/media/i2c/imx274.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/imx274.c
b/drivers/media/i2c/imx274.c
index 5fac7fd3263417a04a7d52ce874c5d63550bbe6b..95e3d90309e86374490714440e84cc83f5577efd 100644
(file)
--- a/
drivers/media/i2c/imx274.c
+++ b/
drivers/media/i2c/imx274.c
@@
-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",
};
/*