commit | 9fd6336c6af22f557f39488c83ec6ea9c104286f | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Fri Mar 22 11:38:57 2013 -0700 |
committer | Shubhraprakash Das <sadas@codeaurora.org> | Fri Mar 22 11:38:57 2013 -0700 |
tree | 4c726bec82cd179b1c8777daa71313442f5490f1 | |
parent | aaeb4defe9de5b592f90cc9e2e83dd946a10ea4e [diff] |
msm: kgsl: Loop till correct index on type0 packets When searching for memory addresses in type0 packet we were looping from start of the type0 packet till it's end, but the first DWORD is a header so we only need to loop till packet_size - 1. Fix this. Change-Id: I278446c6ab380cf8ebb18d5f3ae192d3d7e7db62 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>