]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpu: host1x: Use a signed return type for do_relocs()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 19 Dec 2015 11:48:31 +0000 (12:48 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 4 Mar 2016 15:27:20 +0000 (16:27 +0100)
commit5dff6a2179a02ca613c95de1742083995a26d966
tree6316a7d304fe37a4885ddeb8cac001aec26359ec
parent7aedf3cc4fb585a556a749718240d54504736798
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>
drivers/gpu/host1x/job.c