commit | d4f56c7773483b8829e89cfc739b7a5a071f6da0 | [log] [tgz] |
---|---|---|
author | Sricharan R <sricharan@codeaurora.org> | Fri Jun 10 23:38:20 2016 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sat Jun 18 18:33:13 2016 +0200 |
tree | 26b51620ec6c87967fd77a3372d0a6b25c3f2dba | |
parent | 5edb56491d4812c42175980759da53388e5d86f5 [diff] |
i2c: qup: Fix wrong value of index variable index gets incremented during check to determine if the messages can be transferred with dma. But not reset after that, resulting in wrong start value in subsequent loop, causing failure. Fix it. Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Cc: stable@kernel.org