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:
284f28e
)
[media] sh: migor: remove unused ov772x buswidth flag
author
Guennadi Liakhovetski
<
[email protected]
>
Thu, 28 Jul 2011 21:29:01 +0000
(18:29 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 3 Nov 2011 20:28:04 +0000
(18:28 -0200)
The ov772x driver only supports 8 bits per sample pixel codes, hence
the OV772X_FLAG_8BIT flag has no effect. Remove it.
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Acked-by: Magnus Damm <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
arch/sh/boards/mach-migor/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-migor/setup.c
b/arch/sh/boards/mach-migor/setup.c
index 2d4c9c8c6664ba040214f016516c525d14018396..e4c81195929c3f8b485d5d3eb9995cb03968affc 100644
(file)
--- a/
arch/sh/boards/mach-migor/setup.c
+++ b/
arch/sh/boards/mach-migor/setup.c
@@
-448,9
+448,7
@@
static struct i2c_board_info migor_i2c_camera[] = {
},
};
-static struct ov772x_camera_info ov7725_info = {
- .flags = OV772X_FLAG_8BIT,
-};
+static struct ov772x_camera_info ov7725_info;
static struct soc_camera_link ov7725_link = {
.power = ov7725_power,