gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macro
authorMarkus Mayer <markus.mayer@linaro.org>
Wed, 22 Jan 2014 00:10:04 +0000 (16:10 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Feb 2014 09:33:45 +0000 (10:33 +0100)
The GPIO_CONTROL macro returns the control register offset when given a
GPIO number.

Update the argument name in the macro to reflect that it takes in a
GPIO number and not a bank.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-bcm-kona.c

Simple merge