Re: [PATCH 4/4] gpio: tegra: Use unsigned int where possible

2017-07-25 Thread Jon Hunter
On 24/07/17 15:55, Thierry Reding wrote: > From: Thierry Reding > > In most of the cases, integers in this file can't be negative, so the > type can be more restricted for clarity. > > Signed-off-by: Thierry Reding > --- > drivers/gpio/gpio-tegra.c | 57 >

[PATCH 4/4] gpio: tegra: Use unsigned int where possible

2017-07-24 Thread Thierry Reding
From: Thierry Reding In most of the cases, integers in this file can't be negative, so the type can be more restricted for clarity. Signed-off-by: Thierry Reding --- drivers/gpio/gpio-tegra.c | 57 --- 1 file changed, 24 insertions(+), 33 deletions(-