|
@@ -117,8 +117,8 @@ static int tps65912_gpio_probe(struct platform_device *pdev)
|
|
|
gpio->gpio_chip = template_chip;
|
|
|
gpio->gpio_chip.parent = tps->dev;
|
|
|
|
|
|
- ret = devm_gpiochip_add_data(&pdev->dev, &tps65912_gpio->gpio_chip,
|
|
|
- tps65912_gpio);
|
|
|
+ ret = devm_gpiochip_add_data(&pdev->dev, &gpio->gpio_chip,
|
|
|
+ gpio);
|
|
|
if (ret < 0) {
|
|
|
dev_err(&pdev->dev, "Could not register gpiochip, %d\n", ret);
|
|
|
return ret;
|