* Ben Hutchings <ben.hutchings@xxxxxxx> [210811 20:28]: > omap2_set_gpio_debounce() currently returns -EINVAL if the debounce > period is too long to be handled in hardware. gpiolib provides a > software fallback, but it is used only if the driver returns > -ENOTSUPP. > > * Enable the software fallback by using the expected error code > * Downgrade the log message about this from info to debug, since > the error is now handled Looks good to me: Reviewed-by: Tony Lindgren <tony@xxxxxxxxxxx>