projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dceccec
)
media: imx319: fix wrong order in test pattern menus
author
Bingbu Cao
<bingbu.cao@intel.com>
Mon, 26 Nov 2018 07:43:33 +0000
(
02:43
-0500)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 11:33:46 +0000
(06:33 -0500)
current imx319 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/imx319.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/imx319.c
b/drivers/media/i2c/imx319.c
index
0d3e278
..
acd988d
100644
(file)
--- a/
drivers/media/i2c/imx319.c
+++ b/
drivers/media/i2c/imx319.c
@@
-1648,8
+1648,8
@@
static const struct imx319_reg mode_1280x720_regs[] = {
static const char * const imx319_test_pattern_menu[] = {
"Disabled",
- "100% color bars",
"Solid color",
+ "100% color bars",
"Fade to gray color bars",
"PN9"
};