Author: Markus Elfring <elfring@users.sourceforge.net> 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 Signed-off-by: Thierry Reding — drivers/gpu/host1x/job.c | …