Loading drivers/video/msm/mdss/dsi_host_v2.c +0 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,6 @@ int msm_dsi_cmds_tx(struct mdss_panel_data *pdata, for (i = 0; i < cnt; i++) { dsi_buf_init(tp); dsi_cmd_dma_add(tp, cm); msm_dsi_cmd_dma_tx(tp); rc = msm_dsi_cmd_dma_tx(tp); if (IS_ERR_VALUE(rc)) { pr_err("%s: failed to call cmd_dma_tx\n", __func__); Loading Loading
drivers/video/msm/mdss/dsi_host_v2.c +0 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,6 @@ int msm_dsi_cmds_tx(struct mdss_panel_data *pdata, for (i = 0; i < cnt; i++) { dsi_buf_init(tp); dsi_cmd_dma_add(tp, cm); msm_dsi_cmd_dma_tx(tp); rc = msm_dsi_cmd_dma_tx(tp); if (IS_ERR_VALUE(rc)) { pr_err("%s: failed to call cmd_dma_tx\n", __func__); Loading