Tag: 341917fe2b62876599315a537b8e248e31bd1366

gpu: host1x: Use a signed return type for do_relocs()

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 | …

Continue reading