Re: [PATCH 3/7] gpu: host1x: Cleanup loop variable usage

2018-05-21 Thread Dmitry Osipenko
On 17.05.2018 18:34, Thierry Reding wrote: > From: Thierry Reding > > Use unsigned int where possible and don't unnecessarily initialize the > loop variable. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/host1x/debug.c | 2 +- > drivers/gpu/host1x/intr.c | 2 +- > drivers/gpu/host1x

[PATCH 3/7] gpu: host1x: Cleanup loop variable usage

2018-05-17 Thread Thierry Reding
From: Thierry Reding Use unsigned int where possible and don't unnecessarily initialize the loop variable. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/debug.c | 2 +- drivers/gpu/host1x/intr.c | 2 +- drivers/gpu/host1x/job.c| 4 ++-- drivers/gpu/host1x/syncpt.c | 2 +- 4 files