msm_fb: display: Removing extra disable irq in cmds_rx API's

Disable IRQ for DSI_CMD_TERM was already called in the isr.
Removing the extra call present in the cmds_rx API's.

Change-Id: I0000dd3166beb2a3b0c788327e1d7520e0c11a13
Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
Siddhartha Agrawal 2012-10-29 11:27:15 -07:00 committed by Stephen Boyd
parent 1dd0edc628
commit 5a0a4dcebf

View file

@ -1266,7 +1266,6 @@ int mipi_dsi_cmds_rx(struct msm_fb_data_type *mfd,
/* transmit read comamnd to client */
mipi_dsi_cmd_dma_tx(tp);
mipi_dsi_disable_irq(DSI_CMD_TERM);
/*
* once cmd_dma_done interrupt received,
* return data from client is ready and stored
@ -1376,7 +1375,6 @@ int mipi_dsi_cmds_rx_new(struct dsi_buf *tp, struct dsi_buf *rp,
/* transmit read comamnd to client */
mipi_dsi_cmd_dma_tx(tp);
mipi_dsi_disable_irq(DSI_CMD_TERM);
/*
* once cmd_dma_done interrupt received,
* return data from client is ready and stored