| commit | 026544ed5866eb19c9b12977f736effffa780f37 | [log] [tgz] |
|---|---|---|
| author | Shubhraprakash Das <sadas@codeaurora.org> | Tue May 28 17:11:35 2013 -0600 |
| committer | Harsh Vardhan Dwivedi <hdwivedi@codeaurora.org> | Fri Jun 21 15:38:06 2013 -0600 |
| tree | f59994d103afef40b6cb4f757c1634094a7498c6 | |
| parent | 9d149506eb8e5c284231d65f2a44ae0b9bb57c51 [diff] |
msm: kgsl: Fix early exit condition in ringbuffer drain The ringbuffer drain function can be called when the ringbuffer start flag is not set. This happens on startup. Hence, exiting the function early based on start flag is incorrect. Simply execute this function regardless of the start flag. Change-Id: Ibf2075847f8bb1a760bc1550309efb3c7aa1ca49 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>