Loading drivers/media/i2c/ad9389b.c +58 −58 Original line number Diff line number Diff line Loading @@ -826,8 +826,8 @@ static void ad9389b_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, static void ad9389b_edid_handler(struct work_struct *work) { struct delayed_work *dwork = to_delayed_work(work); struct ad9389b_state *state = container_of(dwork, struct ad9389b_state, edid_handler); struct ad9389b_state *state = container_of(dwork, struct ad9389b_state, edid_handler); struct v4l2_subdev *sd = &state->sd; struct ad9389b_edid_detect ed; Loading Loading
drivers/media/i2c/ad9389b.c +58 −58 Original line number Diff line number Diff line Loading @@ -826,8 +826,8 @@ static void ad9389b_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, static void ad9389b_edid_handler(struct work_struct *work) { struct delayed_work *dwork = to_delayed_work(work); struct ad9389b_state *state = container_of(dwork, struct ad9389b_state, edid_handler); struct ad9389b_state *state = container_of(dwork, struct ad9389b_state, edid_handler); struct v4l2_subdev *sd = &state->sd; struct ad9389b_edid_detect ed; Loading