msm: mdss: hdmi: Remove redundant update of output format

Remove a redundant update of the output format when setting up
the AVI Infoframe content.

Change-Id: I065b310272c4b32dc9fafdd6e2d386cfa1952eac
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa 2015-06-19 16:05:49 -07:00 committed by David Keitel
parent bdcc37921b
commit 38be49e8b7

View file

@ -1575,8 +1575,6 @@ static int hdmi_tx_set_video_fmt(struct hdmi_tx_ctrl *hdmi_ctrl,
hdmi_ctrl->feature_data[HDMI_TX_FEAT_EDID],
hdmi_ctrl->vid_cfg.vic);
vid_cfg->avi_iframe.pixel_format = pinfo->out_format;
vid_cfg->avi_iframe.bar_info.end_of_top_bar = 0x0;
vid_cfg->avi_iframe.bar_info.start_of_bottom_bar =
vid_cfg->timing.active_v + 1;