aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiran Rudramuni <kchitrik@codeaurora.org>2014-02-03 16:12:36 +0530
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-05-06 17:51:08 -0700
commit1370424c1a4e3e3eed2fa5a39b15af91ecbcf9ed (patch)
treef49ba6e572c1cebd40ece6972f4b4519f88e520a
parent3888b627f18de04e036c19ae18510d0109acaf7f (diff)
Fix to resolve compilation error of Simultaneous decode patch received.inforce/ifc6410/v2.0
Change-Id: I98f9067657aa648bba6e9f705485c5faab238de6
-rw-r--r--drivers/video/msm/mdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c
index e735c3157fcd..0bd091b410da 100644
--- a/drivers/video/msm/mdp.c
+++ b/drivers/video/msm/mdp.c
@@ -2780,6 +2780,7 @@ static int mdp_probe(struct platform_device *pdev)
#if defined(CONFIG_FB_MSM_MIPI_DSI) && defined(CONFIG_FB_MSM_MDP40)
struct mipi_panel_info *mipi;
#endif
+ unsigned int mdp_r = 0;
if ((pdev->id == 0) && (pdev->num_resources > 0)) {
mdp_init_pdev = pdev;