aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aspeed.c
diff options
context:
space:
mode:
authorTao Ren <taoren@fb.com>2018-12-12 13:53:05 -0800
committerLinus Walleij <linus.walleij@linaro.org>2018-12-21 11:14:11 +0100
commit533918b6f6ae7566b703adf0346dd15f2a60fe77 (patch)
treec36ac3c63beceaed254bade6443c8eb4542e27a4 /drivers/gpio/gpio-aspeed.c
parentgpio: add driver for SAMA5D2 PIOBU pins (diff)
downloadlinux-dev-533918b6f6ae7566b703adf0346dd15f2a60fe77.tar.xz
linux-dev-533918b6f6ae7566b703adf0346dd15f2a60fe77.zip
gpio: aspeed: remove duplicated statement
Remove duplicated assignment statement from aspeed_gpio_probe() function. Signed-off-by: Tao Ren <taoren@fb.com> Acked-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-aspeed.c')
-rw-r--r--drivers/gpio/gpio-aspeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-aspeed.c b/drivers/gpio/gpio-aspeed.c
index 2342e154029b..854bce4fb9e7 100644
--- a/drivers/gpio/gpio-aspeed.c
+++ b/drivers/gpio/gpio-aspeed.c
@@ -1185,7 +1185,6 @@ static int __init aspeed_gpio_probe(struct platform_device *pdev)
gpio->chip.parent = &pdev->dev;
gpio->chip.ngpio = gpio->config->nr_gpios;
- gpio->chip.parent = &pdev->dev;
gpio->chip.direction_input = aspeed_gpio_dir_in;
gpio->chip.direction_output = aspeed_gpio_dir_out;
gpio->chip.get_direction = aspeed_gpio_get_direction;