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:
parent
4999326e5a
commit
f4fac86169
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue