On Fri, Sep 6, 2013 at 2:38 PM, Mark Brown broonie@kernel.org 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