]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4fce4eaabd8a6929fd2049d6a8026570d903fd2
treeae57a11a3b2e672a345741df478700423eb85a15
parenta00469217b9937581475db1d8a71b6d6b801d5a7
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