On Fri, 2015-05-29 at 08:30PM +0900, Masahiro Yamada wrote:
> The pinctrl_register() just returns NULL on error, so the callers
> can not know the exact reason of the failure.
> 
> Some of the pinctrl drivers return -EINVAL, some -ENODEV, and some
> -ENOMEM on error of pinctrl_register() , although the error code
> might be different from the actual cause of the error.
> 
> This new function, pinctrl_register_reason(), helps the drivers get
> and return the appropriate error code.
> 
> Signed-off-by: Masahiro Yamada <[email protected]>
> Suggested-by: Arnd Bergmann <[email protected]>
Acked-by: Sören Brinkmann <[email protected]>

        Sören
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to