]> git.karo-electronics.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>
Mon, 25 Jan 2016 14:03:13 +0000 (15:03 +0100)
commitd50bbe33efb5b4ac113b53ce0df946683cfa61f0
tree7b003685900ddb07d8ebcc7315d14ea8e332ef76
parent57098945b95dc1d5ebd23fb5598cd7d41c90e2f0
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