commit | e8ef95d339ccefa41d4ee5f482b242f3a62c626a | [log] [tgz] |
---|---|---|
author | Jayant Shekhar <jshekhar@codeaurora.org> | Thu Jun 27 16:15:28 2013 +0530 |
committer | Jayant Shekhar <jshekhar@codeaurora.org> | Tue Jul 23 10:57:08 2013 +0530 |
tree | c5440d06b2784d8a28eb362af5f321a5b729058d | |
parent | 3779342a555abd86aef833ae8969cfe6a6441fd5 [diff] |
msm: mdss: Add error check for cmds_tx and cmds_rx APIs Currently in the MDSS DSI driver, there is no error checking and return for add, dma_tx and dma_rx functions in cmds_tx and cmds_rx APIs in case read or write operations fails. So, added error checks and return messages. Also, enable irq after dma_add in cmds_rx in correspondence with cmdx_tx api. Change-Id: I0fc2310ae8476510b3f903382988fec25cc2efdb Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>