On Fri, Sep 6, 2013 at 2:38 PM, Mark Brown <[email protected]> wrote:

> +++ b/drivers/gpio/gpiolib.c
> @@ -1779,8 +1779,8 @@ static int gpiod_set_debounce(struct gpio_desc *desc, 
> unsigned debounce)
>
>         chip = desc->chip;
>         if (!chip->set || !chip->set_debounce) {
> -               pr_warn("%s: missing set() or set_debounce() operations\n",
> -                       __func__);
> +               pr_debug("%s: missing set() or set_debounce() operations\n",
> +                        __func__);

A patch like this is already upstream, but thanks anyway!

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