[media] ad9389b: whitespace changes to improve readability
Signed-off-by: Martin Bugge <marbugge@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
bafd5d79fb
commit
d3ec7de4ef
1 changed files with 58 additions and 58 deletions
|
@ -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)
|
static void ad9389b_edid_handler(struct work_struct *work)
|
||||||
{
|
{
|
||||||
struct delayed_work *dwork = to_delayed_work(work);
|
struct delayed_work *dwork = to_delayed_work(work);
|
||||||
struct ad9389b_state *state = container_of(dwork,
|
struct ad9389b_state *state =
|
||||||
struct ad9389b_state, edid_handler);
|
container_of(dwork, struct ad9389b_state, edid_handler);
|
||||||
struct v4l2_subdev *sd = &state->sd;
|
struct v4l2_subdev *sd = &state->sd;
|
||||||
struct ad9389b_edid_detect ed;
|
struct ad9389b_edid_detect ed;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue