From e3409b614728d9aeedceaa5327cdbdf39288fb52 Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Sun, 11 Jul 2010 22:39:55 +0200 Subject: [PATCH] trivial: no changes to ov511 driver This is a partial revert of 8b1ae9a2db8aa93b0da4ab4d52e4ac3241097563 ("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 Signed-off-by: Jiri Kosina --- drivers/media/video/ov511.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index 78a6eb698b0a9..a10912097b7a0 100644 --- a/drivers/media/video/ov511.c +++ b/drivers/media/video/ov511.c @@ -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) -- 2.39.5