diff options
| author | Ajay Singh Parmar <aparmar@codeaurora.org> | 2015-04-10 11:21:52 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:40:30 -0700 |
| commit | f4fac86169e4fd99695c5444041fbc390f33d35e (patch) | |
| tree | 9bad6c190aaa1a2be1cdfc3289c3fabc074b4ad2 /drivers/video/fbdev | |
| parent | 4999326e5afb4309794d42b1f87247faa0959829 (diff) | |
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>
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_hdmi_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_hdmi_util.c b/drivers/video/fbdev/msm/mdss_hdmi_util.c index d59d8cae2be3..2261a5fd942a 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_util.c +++ b/drivers/video/fbdev/msm/mdss_hdmi_util.c @@ -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) |
