diff options
Diffstat (limited to 'drivers/media/video/ov511.c')
-rw-r--r-- | drivers/media/video/ov511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index a10912097b7a..78a6eb698b0a 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 initalized (method 1)"); | 4811 | PDEBUG(1, "OV7xx0 sensor initialized (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) |