mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 13:36:45 +07:00
V4L/DVB (10008): gspca - m5602: Checkpatch.pl fixes on m5602_ov9650.c
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7b2cd079ec
commit
082ec3b865
@ -114,7 +114,7 @@ int ov9650_write_sensor(struct sd *sd, const u8 address,
|
||||
/* Special case larger sensor writes */
|
||||
p = buf + 16;
|
||||
|
||||
/* Copy a four byte write sequence for each byte to write over the I2C bus */
|
||||
/* Copy a four byte sequence for each byte to write over the I2C bus */
|
||||
for (i = 0; i < len; i++) {
|
||||
memcpy(p, sensor_urb_skeleton + 16, 4);
|
||||
p[3] = i2c_data[i];
|
||||
@ -219,7 +219,8 @@ int ov9650_power_down(struct sd *sd)
|
||||
err = ov9650_write_sensor(sd,
|
||||
power_down_ov9650[i][1], &data, 1);
|
||||
else
|
||||
err = m5602_write_bridge(sd, power_down_ov9650[i][1], data);
|
||||
err = m5602_write_bridge(sd, power_down_ov9650[i][1],
|
||||
data);
|
||||
}
|
||||
|
||||
return err;
|
||||
|
Loading…
Reference in New Issue
Block a user