OSDN Git Service

gpu: host1x: Cleanup loop variable usage
authorThierry Reding <treding@nvidia.com>
Fri, 23 Mar 2018 12:31:24 +0000 (13:31 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 19:50:40 +0000 (21:50 +0200)
commitd4ad3ad9b81b73f568227563988b67708291900b
treeae57a11a3b2e672a345741df478700423eb85a15
parentbf3d41ccabb53c57e19fcfc8b81d790043ac2bed
gpu: host1x: Cleanup loop variable usage

Use unsigned int where possible and don't unnecessarily initialize the
loop variable.

Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/debug.c
drivers/gpu/host1x/intr.c
drivers/gpu/host1x/job.c
drivers/gpu/host1x/syncpt.c