Re: [PATCH] gpio: bcm281xx: Use "unsigned gpio" consistently throughout the code

2014-01-31 Thread Linus Walleij
On Tue, Jan 28, 2014 at 2:32 AM, Markus Mayer wrote: > This patch removes some inconsistencies caused by the use of "int gpio" > in some parts of the code and "unsigned gpio" in others. > > Signed-off-by: Markus Mayer > Reviewed-by: Tim Kryger Patch applied, nice for static syntax checkers. B

[PATCH] gpio: bcm281xx: Use "unsigned gpio" consistently throughout the code

2014-01-27 Thread Markus Mayer
This patch removes some inconsistencies caused by the use of "int gpio" in some parts of the code and "unsigned gpio" in others. Signed-off-by: Markus Mayer Reviewed-by: Tim Kryger --- drivers/gpio/gpio-bcm-kona.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dr