From: Linus Walleij Date: Wed, 4 Sep 2013 12:17:08 +0000 (+0200) Subject: gpio: return -ENOTSUPP if debounce cannot be set X-Git-Tag: v3.12-rc1~111^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d876564e989b63b0f769e0e06b9830db97b2d9;p=pandora-kernel.git gpio: return -ENOTSUPP if debounce cannot be set It appears some drivers are using gpio_set_debounce() opportunistically, i.e. without knowing whether it works or not. (Example: input/keyboard/gpio_keys.c) to account for this use case, return -ENOTSUPP and do not print any warnings in this case. Took a round over the other gpio_set_debounce() consumers to make sure that none of them are relying on the returned error code to be something specific. Signed-off-by: Linus Walleij --- Reading git-diff-tree failed