summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ks8695.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-12-08 10:41:44 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-01-05 11:21:20 +0100
commit4eab22e748b550045b8a98be3b72f31e22557605 (patch)
treed694e8f9a0c768a8949387d98fa47d16bcb08181 /drivers/gpio/gpio-ks8695.c
parent31a8944752f8a91d8591148f60cd6dfb08c4e415 (diff)
downloadop-kernel-dev-4eab22e748b550045b8a98be3b72f31e22557605.zip
op-kernel-dev-4eab22e748b550045b8a98be3b72f31e22557605.tar.gz
gpio: convert remaining users to gpiochip_add_data()
For completion, sweep the floor from all gpiochip_add() usage so we can remove that function and get rid of the function wrapper gpiochip_add(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-ks8695.c')
-rw-r--r--drivers/gpio/gpio-ks8695.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ks8695.c b/drivers/gpio/gpio-ks8695.c
index cc09b23..9f86ed9 100644
--- a/drivers/gpio/gpio-ks8695.c
+++ b/drivers/gpio/gpio-ks8695.c
@@ -234,7 +234,7 @@ static struct gpio_chip ks8695_gpio_chip = {
/* Register the GPIOs */
void ks8695_register_gpios(void)
{
- if (gpiochip_add(&ks8695_gpio_chip))
+ if (gpiochip_add_data(&ks8695_gpio_chip, NULL))
printk(KERN_ERR "Unable to register core GPIOs\n");
}
OpenPOWER on IntegriCloud