commit | 4961501bd6e50227ae35f7e22b51068cd1ba0eef | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Tue Nov 05 09:59:53 2013 -0700 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Tue Nov 05 11:37:21 2013 -0700 |
tree | d3e8956aed0e364dc0859ba9d90e4322d6e10bb0 | |
parent | 0e62eda7a538ff95672afb8c6757d0148edece42 [diff] |
msm: kgsl: Fix several possible problem spots in the dispatcher Fix a few spots that the compiler warnings missed. Avoid dereferencing a pointer that may have returned ERR_PTR() without first checking to see that if it did return ERR_PTR() and correct an egregious signed / unsigned mixup. Not sure why the compiler didn't yell at me for that one. Change-Id: Ic0dedbadf075b34e51a89ce625d2308c5171a58d Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>