From: Mats Randgaard Date: Tue, 6 Dec 2016 10:24:29 +0000 (-0200) Subject: [media] tc358743: ctrl_detect_tx_5v should always be updated X-Git-Tag: v4.11-rc1~132^2~55 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=676c002af672d05ccf64ddd0927cbf4d170cc6aa;p=karo-tx-linux.git [media] tc358743: ctrl_detect_tx_5v should always be updated The control for +5V Power detection must also be updated when the EDID is not present. Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c index 257969a31baf..f569a05fe105 100644 --- a/drivers/media/i2c/tc358743.c +++ b/drivers/media/i2c/tc358743.c @@ -404,6 +404,7 @@ static void tc358743_enable_edid(struct v4l2_subdev *sd) if (state->edid_blocks_written == 0) { v4l2_dbg(2, debug, sd, "%s: no EDID -> no hotplug\n", __func__); + tc358743_s_ctrl_detect_tx_5v(sd); return; }