summaryrefslogtreecommitdiff
path: root/drivers/video/mcde/display-sony_acx424akp_dsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/mcde/display-sony_acx424akp_dsi.c')
-rw-r--r--drivers/video/mcde/display-sony_acx424akp_dsi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/mcde/display-sony_acx424akp_dsi.c b/drivers/video/mcde/display-sony_acx424akp_dsi.c
index a197f5cc1df..867bbb37375 100644
--- a/drivers/video/mcde/display-sony_acx424akp_dsi.c
+++ b/drivers/video/mcde/display-sony_acx424akp_dsi.c
@@ -241,8 +241,7 @@ static int sony_acx424akp_set_power_mode(struct mcde_display_device *ddev,
ddev->power_mode = MCDE_DISPLAY_PM_OFF;
}
- mcde_chnl_set_power_mode(ddev->chnl_state, ddev->power_mode);
- return sony_acx424akp_set_scan_mode(ddev, power_mode);
+ return mcde_chnl_set_power_mode(ddev->chnl_state, ddev->power_mode);
}
static int __devinit sony_acx424akp_probe(struct mcde_display_device *dev)