commit | 341917fe2b62876599315a537b8e248e31bd1366 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Dec 19 12:48:31 2015 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Wed Mar 16 13:45:44 2016 +0100 |
tree | 7b003685900ddb07d8ebcc7315d14ea8e332ef76 | |
parent | 93ec302976c902a77f3163e192d73b0006e3575c [diff] |
gpu: host1x: Use a signed return type for do_relocs() The return type "unsigned int" was used by the do_relocs() function despite the fact that it will eventually return a negative error code. Use a signed integer instead to accomodate for error codes. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Thierry Reding <treding@nvidia.com>