Re: [PATCH 7/7] gpio: Use unsigned int for of_gpio_n_cells

2017-08-02 Thread Linus Walleij
On Mon, Jul 24, 2017 at 4:57 PM, Thierry Reding wrote: > From: Thierry Reding > > The cell count for GPIO specifiers can never be negative, so make the > field unsigned. > > Signed-off-by: Thierry Reding Patch applied. Yours, Linus Walleij

[PATCH 7/7] gpio: Use unsigned int for of_gpio_n_cells

2017-07-24 Thread Thierry Reding
From: Thierry Reding The cell count for GPIO specifiers can never be negative, so make the field unsigned. Signed-off-by: Thierry Reding --- include/linux/gpio/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h