mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
media: i2c: lt7911uxc: fix source change event report
Change-Id: Ib90bf34ed75270c9de71973bcb2315cd7ae11c5b Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
This commit is contained in:
@@ -712,9 +712,9 @@ static void lt7911uxc_format_change(struct v4l2_subdev *sd)
|
||||
v4l2_print_dv_timings(sd->name,
|
||||
"Format_change: New format: ",
|
||||
&timings, false);
|
||||
if (sd->devnode)
|
||||
v4l2_subdev_notify_event(sd, <7911uxc_ev_fmt);
|
||||
}
|
||||
if (sd->devnode)
|
||||
v4l2_subdev_notify_event(sd, <7911uxc_ev_fmt);
|
||||
}
|
||||
|
||||
static int lt7911uxc_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
|
||||
|
||||
Reference in New Issue
Block a user