diff options
Diffstat (limited to 'drivers/gpio/gpio-creg-snps.c')
| -rw-r--r-- | drivers/gpio/gpio-creg-snps.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpio/gpio-creg-snps.c b/drivers/gpio/gpio-creg-snps.c index 1d0827e79703..789384c6e178 100644 --- a/drivers/gpio/gpio-creg-snps.c +++ b/drivers/gpio/gpio-creg-snps.c @@ -163,12 +163,12 @@ static int creg_gpio_probe(struct platform_device *pdev)  	spin_lock_init(&hcg->lock); +	hcg->gc.parent = dev;  	hcg->gc.label = dev_name(dev);  	hcg->gc.base = -1;  	hcg->gc.ngpio = ngpios;  	hcg->gc.set = creg_gpio_set;  	hcg->gc.direction_output = creg_gpio_dir_out; -	hcg->gc.of_node = dev->of_node;  	ret = devm_gpiochip_add_data(dev, &hcg->gc, hcg);  	if (ret) |