mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:30:58 +07:00
trivial: no changes to ov511 driver
This is a partial revert of 421f91d21a
("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>
This commit is contained in:
parent
7778dc3e87
commit
e3845deeb7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user