aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2010-07-11 16:39:55 -0400
committerJiri Kosina <jkosina@suse.cz>2010-07-11 16:39:55 -0400
commite3845deeb7b00d04d332219628c28b42b7b42a76 (patch)
tree3a00af441d64d8da86adf38e2c5ddd9f4bbcff7d
parent7778dc3e873b7341e52e82a6ae4c65ed03d57a83 (diff)
trivial: no changes to ov511 driver
This is a partial revert of 421f91d21ad6f799dc7b489bb33cc560ccc56f98 ("fix typos concerning "initiali[zs]e"") for ov511 driver, as it is going to be completely removed in the next release anyway. Fixes conflict in linux-next. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/media/video/ov511.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c
index 78a6eb698b0a..a10912097b7a 100644
--- a/drivers/media/video/ov511.c
+++ b/drivers/media/video/ov511.c
@@ -4808,7 +4808,7 @@ ov7xx0_configure(struct usb_ov511 *ov)
4808 return -1; 4808 return -1;
4809 4809
4810 if (init_ov_sensor(ov) >= 0) { 4810 if (init_ov_sensor(ov) >= 0) {
4811 PDEBUG(1, "OV7xx0 sensor initialized (method 1)"); 4811 PDEBUG(1, "OV7xx0 sensor initalized (method 1)");
4812 } else { 4812 } else {
4813 /* Reset the 76xx */ 4813 /* Reset the 76xx */
4814 if (i2c_w(ov, 0x12, 0x80) < 0) 4814 if (i2c_w(ov, 0x12, 0x80) < 0)