On Wed, Dec 09, 2015 at 02:16:21PM +0100, Linus Walleij wrote: > @@ -406,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(&priv->chip); > + retval = gpiochip_add_data(&priv->chip, priv); > if (retval) { > dev_err(&pdev->dev, "gpiochip_add error %d\n", retval); Another instance where dev_err references gpiochip_add instead of gpiochip_add_data. > return retval; > -- > 2.4.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html