diff options
| author | Sujeev Dias <sdias@codeaurora.org> | 2016-09-27 11:52:29 -0700 |
|---|---|---|
| committer | Sujeev Dias <sdias@codeaurora.org> | 2017-02-22 17:35:38 -0800 |
| commit | 219eb1102331910ed033033fae7b4793fb4f0f7e (patch) | |
| tree | 8cfd19b414f7edd08fc157d63016ce199baf39d9 /drivers/platform | |
| parent | 0f889f7e46e6451f82efe66d599fee7cb8acf971 (diff) | |
mhi: core: Do not clear transaction status
MHI transaction status stores the OVERFLOW status
received from device. MHI clients uses this
status to determine overflow buffers, do
not clear the status.
CRs-Fixed: 1042516
Change-Id: Iaaff06c1c39775d6a33ca17851f1e1579b2a2ecb
Signed-off-by: Sujeev Dias <sdias@codeaurora.org>
Diffstat (limited to 'drivers/platform')
| -rw-r--r-- | drivers/platform/msm/mhi/mhi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/msm/mhi/mhi_main.c b/drivers/platform/msm/mhi/mhi_main.c index bc5f305e580b..6da133ce8e04 100644 --- a/drivers/platform/msm/mhi/mhi_main.c +++ b/drivers/platform/msm/mhi/mhi_main.c @@ -873,7 +873,6 @@ static void parse_inbound_bb(struct mhi_device_ctxt *mhi_dev_ctxt, result->buf_addr = bb->client_buf; result->bytes_xferd = bb->filled_size; - result->transaction_status = 0; /* At this point the bounce buffer is no longer necessary * Whatever was received from the device was copied back to the |
