mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
media: i2c: lt6911uxe: fix source change event report
Change-Id: I311f5f9fc8398e3db4fb43ee19de071fe6ddd0ca Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
This commit is contained in:
@@ -622,9 +622,9 @@ static void lt6911uxe_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, <6911uxe_ev_fmt);
|
||||
}
|
||||
if (sd->devnode)
|
||||
v4l2_subdev_notify_event(sd, <6911uxe_ev_fmt);
|
||||
}
|
||||
|
||||
static int lt6911uxe_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
|
||||
|
||||
Reference in New Issue
Block a user