mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user