Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
obj-$(CONFIG_VIDEO_OV01A1S) += ov01a1s.o
obj-$(CONFIG_VIDEO_OV01A10) += ov01a10.o
obj-$(CONFIG_VIDEO_OV02C10) += ov02c10.o
obj-$(CONFIG_VIDEO_OV08A10) += ov08a10.o
obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
obj-$(CONFIG_VIDEO_HM2170) += hm2170.o
obj-$(CONFIG_VIDEO_HM2170) += hm2172.o
Expand Down
1 change: 1 addition & 0 deletions drivers/media/i2c/ov08a10.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ static void ov08a10_stop_streaming(struct ov08a10 *ov08a10)
{
struct i2c_client *client = v4l2_get_subdevdata(&ov08a10->sd);


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated. Remove?

if (ov08a10_write_reg(ov08a10, OV08A10_REG_MODE_SELECT,
OV08A10_REG_VALUE_08BIT, OV08A10_MODE_STANDBY))
dev_err(&client->dev, "failed to set stream");
Expand Down