msm: mdss: hdmi: do not check for down stream data

While reporting for the resolution details, do not check if
down stream data is valid or not as not all transmitter
configurations have down stream device attached.

Change-Id: I498b94956f0ddbae0dff22d323f8299ff1ecb262
Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
This commit is contained in:
Ajay Singh Parmar 2015-04-10 11:21:52 -07:00 committed by David Keitel
parent 4999326e5a
commit f4fac86169

View file

@ -297,7 +297,7 @@ int hdmi_get_supported_mode(struct msm_hdmi_mode_timing_info *info,
{
int ret;
if (!info || !ds_data)
if (!info)
return -EINVAL;
if (mode >= HDMI_VFRMT_MAX)