Re: [PATCH 026/182] gpio: intel-mid: use gpiochip data pointer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux