On Thu, Dec 10, 2015 at 12:47 AM, Michael Welling <[email protected]> wrote:
> 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.

I just went in and edited the commit. No other change so not resending,
OK?

First I thought this textstring thing was minor but now I'm fixing it up,
why not.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to