On Wed, Dec 09, 2015 at 02:45:10PM +0100, Linus Walleij wrote:
> @@ -525,7 +525,7 @@ static int adp5589_gpio_add(struct adp5589_kpad *kpad)
>  
>       mutex_init(&kpad->gpio_lock);
>  
> -     error = gpiochip_add(&kpad->gc);
> +     error = gpiochip_add_data(&kpad->gc, kpad);
>       if (error) {
>               dev_err(dev, "gpiochip_add failed, err: %d\n", error);

Another dev_err referencing gpiochip_add instead of gpiochip_add_data.

>               return error;
> -- 
> 2.4.3
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to