Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01821412 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: nsp-gpio: fix up parent attribute



The .dev field has been renamed .parent in the GPIO tree.
Fix it up.

Cc: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent adfd7cb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ static int nsp_gpio_probe(struct platform_device *pdev)
	gc->can_sleep = false;
	gc->ngpio = val;
	gc->label = dev_name(dev);
	gc->dev = dev;
	gc->parent = dev;
	gc->of_node = dev->of_node;
	gc->request = nsp_gpio_request;
	gc->free = nsp_gpio_free;