Skip to content

Commit

Permalink
trivial: no changes to ov511 driver
Browse files Browse the repository at this point in the history
This is a partial revert of 421f91d
("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>
  • Loading branch information
Jiri Kosina committed Jul 11, 2010
1 parent 7778dc3 commit e3845de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/ov511.c
Original file line number Diff line number Diff line change
Expand Up @@ -4808,7 +4808,7 @@ ov7xx0_configure(struct usb_ov511 *ov)
return -1;

if (init_ov_sensor(ov) >= 0) {
PDEBUG(1, "OV7xx0 sensor initialized (method 1)");
PDEBUG(1, "OV7xx0 sensor initalized (method 1)");
} else {
/* Reset the 76xx */
if (i2c_w(ov, 0x12, 0x80) < 0)
Expand Down

0 comments on commit e3845de

Please sign in to comment.