commit | 9c39608c5647b401ae630e9cb1d2700369e9b973 | [log] [tgz] |
---|---|---|
author | Seemanta Dutta <seemanta@codeaurora.org> | Tue Jul 23 18:39:16 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sat Sep 07 01:11:21 2013 -0700 |
tree | 11b54e84f9d32cd3ce8d0c4e40969b827c45afa1 | |
parent | 8b56cf14df6a639e1c133108f74e32a3d4f2a84b [diff] |
msm: camera: Use correct type for function return code Using an unsigned integer to hold the signed return code is wrong. So fix it by using the correct type to hold the return code. CRs-fixed: 512824 Change-Id: I389732a9af740174b26c8c43946e638a1be0d2a2 Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org>