|
@@ -401,7 +401,7 @@ static int intel_gpio_probe(struct pci_dev *pdev,
|
|
|
spin_lock_init(&priv->lock);
|
|
|
|
|
|
pci_set_drvdata(pdev, priv);
|
|
|
- retval = gpiochip_add_data(&priv->chip, priv);
|
|
|
+ retval = devm_gpiochip_add_data(&pdev->dev, &priv->chip, priv);
|
|
|
if (retval) {
|
|
|
dev_err(&pdev->dev, "gpiochip_add error %d\n", retval);
|
|
|
return retval;
|