]> git.baikalelectronics.ru Git - kernel.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>
Wed, 16 Mar 2016 12:45:44 +0000 (13:45 +0100)
commit4d303783917787eda436ec44549dfd38230f8343
tree7b003685900ddb07d8ebcc7315d14ea8e332ef76
parente6d07c24f93b39b85442a34ddd53f7281bcbc38b
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